2022-11-09 22:05:19 +08:00
|
|
|
# YOLOv5 🚀 requirements
|
2022-05-25 07:40:17 +08:00
|
|
|
# Usage: pip install -r requirements.txt
|
2020-08-15 01:14:48 +08:00
|
|
|
|
2022-11-09 22:05:19 +08:00
|
|
|
# Base ------------------------------------------------------------------------
|
2022-11-19 10:16:17 +08:00
|
|
|
gitpython
|
2022-11-09 22:05:19 +08:00
|
|
|
ipython # interactive notebook
|
2020-08-02 05:00:14 +08:00
|
|
|
matplotlib>=3.2.2
|
2020-07-17 04:37:58 +08:00
|
|
|
numpy>=1.18.5
|
2022-04-30 02:50:30 +08:00
|
|
|
opencv-python>=4.1.1
|
2021-09-17 19:02:37 +08:00
|
|
|
Pillow>=7.1.2
|
2022-11-09 22:05:19 +08:00
|
|
|
psutil # system resources
|
2021-01-25 03:54:15 +08:00
|
|
|
PyYAML>=5.3.1
|
2021-10-10 06:51:01 +08:00
|
|
|
requests>=2.23.0
|
2022-07-16 22:14:16 +08:00
|
|
|
scipy>=1.4.1
|
2022-11-09 22:05:19 +08:00
|
|
|
thop>=0.1.1 # FLOPs computation
|
|
|
|
torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
|
2022-07-18 21:05:58 +08:00
|
|
|
torchvision>=0.8.1
|
2022-07-16 22:14:16 +08:00
|
|
|
tqdm>=4.64.0
|
2022-08-29 23:13:55 +08:00
|
|
|
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
2020-05-30 08:04:54 +08:00
|
|
|
|
2022-11-09 22:05:19 +08:00
|
|
|
# Logging ---------------------------------------------------------------------
|
2021-03-24 08:29:00 +08:00
|
|
|
tensorboard>=2.4.1
|
2022-10-26 20:06:05 +08:00
|
|
|
# clearml>=1.2.0
|
2022-10-12 18:53:12 +08:00
|
|
|
# comet
|
2020-11-01 03:16:35 +08:00
|
|
|
|
2022-11-09 22:05:19 +08:00
|
|
|
# Plotting --------------------------------------------------------------------
|
2021-10-10 06:51:01 +08:00
|
|
|
pandas>=1.1.4
|
2021-09-28 10:00:05 +08:00
|
|
|
seaborn>=0.11.0
|
2020-08-15 01:14:48 +08:00
|
|
|
|
2022-11-09 22:05:19 +08:00
|
|
|
# Export ----------------------------------------------------------------------
|
2022-09-21 23:55:25 +08:00
|
|
|
# coremltools>=6.0 # CoreML export
|
2022-12-19 03:06:01 +08:00
|
|
|
# onnx>=1.12.0 # ONNX export
|
2022-07-20 01:01:24 +08:00
|
|
|
# onnx-simplifier>=0.4.1 # ONNX simplifier
|
2022-07-15 22:01:29 +08:00
|
|
|
# nvidia-pyindex # TensorRT export
|
|
|
|
# nvidia-tensorrt # TensorRT export
|
2022-09-21 21:14:54 +08:00
|
|
|
# scikit-learn<=1.1.2 # CoreML quantization
|
2022-09-18 23:34:34 +08:00
|
|
|
# tensorflow>=2.4.1 # TF exports (-cpu, -aarch64, -macos)
|
2021-09-12 21:52:24 +08:00
|
|
|
# tensorflowjs>=3.9.0 # TF.js export
|
2021-12-23 03:29:48 +08:00
|
|
|
# openvino-dev # OpenVINO export
|
2020-08-15 01:14:48 +08:00
|
|
|
|
2022-11-09 22:05:19 +08:00
|
|
|
# Deploy ----------------------------------------------------------------------
|
2022-09-24 06:56:42 +08:00
|
|
|
# tritonclient[all]~=2.24.0
|
|
|
|
|
2022-11-09 22:05:19 +08:00
|
|
|
# Extras ----------------------------------------------------------------------
|
2022-09-23 05:58:14 +08:00
|
|
|
# mss # screenshots
|
2021-09-28 10:00:05 +08:00
|
|
|
# albumentations>=1.0.3
|
2022-12-27 22:41:03 +08:00
|
|
|
# pycocotools>=2.0.6 # COCO mAP
|
2021-09-28 10:00:05 +08:00
|
|
|
# roboflow
|
2022-11-09 22:05:19 +08:00
|
|
|
# ultralytics # HUB https://hub.ultralytics.com
|