您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

31 行
604B

  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.1
  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.1
  21. # onnx>=1.8.1
  22. # scikit-learn==0.19.2 # for coreml quantization
  23. # extras --------------------------------------
  24. thop # FLOPS computation
  25. pycocotools>=2.0 # COCO mAP