yolov5/requirements.txt

43 lines
1.1 KiB
Plaintext
Raw Normal View History

# YOLOv5 requirements
# Usage: pip install -r requirements.txt
2020-08-15 01:14:48 +08:00
# Base ----------------------------------------
2020-08-02 05:00:14 +08:00
matplotlib>=3.2.2
2020-07-17 04:37:58 +08:00
numpy>=1.18.5
opencv-python>=4.1.1
Pillow>=7.1.2
2021-01-25 03:54:15 +08:00
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
torch>=1.7.0
torchvision>=0.8.1
tqdm>=4.64.0
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
2020-05-30 08:04:54 +08:00
# Logging -------------------------------------
tensorboard>=2.4.1
# wandb
# Plotting ------------------------------------
pandas>=1.1.4
2021-09-28 10:00:05 +08:00
seaborn>=0.11.0
2020-08-15 01:14:48 +08:00
# Export --------------------------------------
# coremltools>=4.1 # CoreML export
# onnx>=1.9.0 # ONNX export
# onnx-simplifier>=0.3.6 # ONNX simplifier
# nvidia-pyindex # TensorRT export
# nvidia-tensorrt # TensorRT export
# scikit-learn==0.19.2 # CoreML quantization
# tensorflow>=2.4.1 # TFLite export
# tensorflowjs>=3.9.0 # TF.js export
# openvino-dev # OpenVINO export
2020-08-15 01:14:48 +08:00
# Extras --------------------------------------
ipython # interactive notebook
psutil # system utilization
thop>=0.1.1 # FLOPs computation
2021-09-28 10:00:05 +08:00
# albumentations>=1.0.3
# pycocotools>=2.0 # COCO mAP
2021-09-28 10:00:05 +08:00
# roboflow