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

37 行
892B

  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.1.2
  7. PyYAML>=5.3.1
  8. requests>=2.23.0
  9. scipy>=1.4.1
  10. torch>=1.7.0
  11. torchvision>=0.8.1
  12. tqdm>=4.41.0
  13. # Logging -------------------------------------
  14. tensorboard>=2.4.1
  15. # wandb
  16. # Plotting ------------------------------------
  17. pandas>=1.1.4
  18. seaborn>=0.11.0
  19. # Export --------------------------------------
  20. # coremltools>=4.1 # CoreML export
  21. # onnx>=1.9.0 # ONNX export
  22. # onnx-simplifier>=0.3.6 # ONNX simplifier
  23. # scikit-learn==0.19.2 # CoreML quantization
  24. # tensorflow>=2.4.1 # TFLite export
  25. # tensorflowjs>=3.9.0 # TF.js export
  26. # Extras --------------------------------------
  27. # albumentations>=1.0.3
  28. # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
  29. # pycocotools>=2.0 # COCO mAP
  30. # roboflow
  31. thop # FLOPs computation