Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

31 lignes
602B

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