Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

31 lines
675B

  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.9.0
  21. # scikit-learn==0.19.2 # for coreml quantization
  22. # extras --------------------------------------
  23. thop # FLOPS computation
  24. Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
  25. pycocotools>=2.0 # COCO mAP