You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 line
901B

  1. # YOLOv5 requirements
  2. # Usage: pip install -r requirements.txt
  3. # Base ----------------------------------------
  4. matplotlib>=3.2.2
  5. numpy>=1.18.5
  6. opencv-python>=4.1.1
  7. Pillow>=7.1.2
  8. PyYAML>=5.3.1
  9. requests>=2.23.0
  10. scipy>=1.4.1 # Google Colab version
  11. torch>=1.7.0
  12. torchvision>=0.8.1
  13. tqdm>=4.41.0
  14. # Logging -------------------------------------
  15. tensorboard>=2.4.1
  16. # wandb
  17. # Plotting ------------------------------------
  18. pandas>=1.1.4
  19. seaborn>=0.11.0
  20. # Export --------------------------------------
  21. # coremltools>=4.1 # CoreML export
  22. # onnx>=1.9.0 # ONNX export
  23. # onnx-simplifier>=0.3.6 # ONNX simplifier
  24. # scikit-learn==0.19.2 # CoreML quantization
  25. # tensorflow>=2.4.1 # TFLite export
  26. # tensorflowjs>=3.9.0 # TF.js export
  27. # openvino-dev # OpenVINO export
  28. # Extras --------------------------------------
  29. # albumentations>=1.0.3
  30. # pycocotools>=2.0 # COCO mAP
  31. # roboflow
  32. thop # FLOPs computation