requirements.txt 599 B

1234567891011121314151617181920212223242526272829
  1. # pip install -r requirements.txt
  2. # base ----------------------------------------
  3. matplotlib>=3.2.2
  4. numpy>=1.18.5
  5. opencv-python>=4.1.2
  6. Pillow
  7. PyYAML>=5.3.1
  8. scipy>=1.4.1
  9. torch>=1.7.0
  10. torchvision>=0.8.1
  11. tqdm>=4.41.0
  12. # logging -------------------------------------
  13. tensorboard>=2.4.1
  14. # wandb
  15. # plotting ------------------------------------
  16. seaborn>=0.11.0
  17. pandas
  18. # export --------------------------------------
  19. # coremltools>=4.1
  20. # onnx>=1.8.1
  21. # scikit-learn==0.19.2 # for coreml quantization
  22. # extras --------------------------------------
  23. thop # FLOPS computation
  24. pycocotools>=2.0 # COCO mAP