1
- # YOLOv5 requirements
1
+ # YOLOv5 🚀 requirements
2
2
# Usage: pip install -r requirements.txt
3
3
4
- # Base ----------------------------------------
4
+ # Base ------------------------------------------------------------------------
5
+ ipython # interactive notebook
5
6
matplotlib >= 3.2.2
6
7
numpy >= 1.18.5
7
8
opencv-python >= 4.1.1
8
9
Pillow >= 7.1.2
10
+ psutil # system resources
9
11
PyYAML >= 5.3.1
10
12
requests >= 2.23.0
11
13
scipy >= 1.4.1
12
- torch >= 1.7.0 # see https://pytorch.org/get-started/locally/ (recommended)
14
+ thop >= 0.1.1 # FLOPs computation
15
+ torch >= 1.7.0 # see https://pytorch.org/get-started/locally (recommended)
13
16
torchvision >= 0.8.1
14
17
tqdm >= 4.64.0
15
18
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
16
19
17
- # Logging -------------------------------------
20
+ # Logging ---------------------------------------------------------------------
18
21
tensorboard >= 2.4.1
19
22
# clearml>=1.2.0
20
23
# comet
21
24
22
- # Plotting ------------------------------------
25
+ # Plotting --------------------------------------------------------------------
23
26
pandas >= 1.1.4
24
27
seaborn >= 0.11.0
25
28
26
- # Export --------------------------------------
29
+ # Export ----------------------------------------------------------------------
27
30
# coremltools>=6.0 # CoreML export
28
31
# onnx>=1.9.0 # ONNX export
29
32
# onnx-simplifier>=0.4.1 # ONNX simplifier
@@ -34,14 +37,12 @@ seaborn>=0.11.0
34
37
# tensorflowjs>=3.9.0 # TF.js export
35
38
# openvino-dev # OpenVINO export
36
39
37
- # Deploy --------------------------------------
40
+ # Deploy ----------------------------------------------------------------------
38
41
# tritonclient[all]~=2.24.0
39
42
40
- # Extras --------------------------------------
41
- ipython # interactive notebook
42
- psutil # system utilization
43
- thop >= 0.1.1 # FLOPs computation
43
+ # Extras ----------------------------------------------------------------------
44
44
# mss # screenshots
45
45
# albumentations>=1.0.3
46
46
# pycocotools>=2.0 # COCO mAP
47
47
# roboflow
48
+ # ultralytics # HUB https://hub.ultralytics.com
0 commit comments