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

requirements.txt 1.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # YOLOv5 requirements
  2. # Usage: pip install -r requirements.txt
  3. # Base ----------------------------------------
  4. ultralytics
  5. gitpython
  6. ipython # interactive notebook
  7. matplotlib>=3.2.2
  8. numpy>=1.18.5,<2.0.0
  9. opencv-python>=4.1.1
  10. Pillow>=7.1.2
  11. psutil # system resources
  12. PyYAML>=5.3.1
  13. requests>=2.23.0
  14. scipy>=1.4.1
  15. thop>=0.1.1 # FLOPs computation
  16. torch # see https://pytorch.org/get-started/locally (recommended)
  17. torchvision
  18. tqdm>=4.64.0
  19. # Logging -------------------------------------
  20. tensorboard>=2.4.1
  21. # wandb
  22. # clearml
  23. # Plotting ------------------------------------
  24. pandas>=1.1.4
  25. seaborn>=0.11.0
  26. # Export --------------------------------------
  27. # coremltools>=5.2 # CoreML export
  28. # onnx>=1.9.0 # ONNX export
  29. # onnx-simplifier>=0.4.1 # ONNX simplifier
  30. # nvidia-pyindex # TensorRT export
  31. # nvidia-tensorrt # TensorRT export
  32. # scikit-learn==0.19.2 # CoreML quantization
  33. # tensorflow>=2.4.1 # TFLite export (or tensorflow-cpu, tensorflow-aarch64)
  34. # tensorflowjs>=3.9.0 # TF.js export
  35. # openvino-dev # OpenVINO export
  36. # Extras --------------------------------------
  37. # albumentations>=1.0.3
  38. # pycocotools>=2.0 # COCO mAP
  39. # roboflow
  40. opencv-python>=4.1.1
  41. maturin