Update requirements.txt with Usage example (#7966)
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
#
|
|
|
2 |
|
3 |
# Base ----------------------------------------
|
4 |
matplotlib>=3.2.2
|
@@ -31,7 +32,6 @@ seaborn>=0.11.0
|
|
31 |
|
32 |
# Extras --------------------------------------
|
33 |
# albumentations>=1.0.3
|
34 |
-
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
35 |
# pycocotools>=2.0 # COCO mAP
|
36 |
# roboflow
|
37 |
thop # FLOPs computation
|
|
|
1 |
+
# YOLOv5 requirements
|
2 |
+
# Usage: pip install -r requirements.txt
|
3 |
|
4 |
# Base ----------------------------------------
|
5 |
matplotlib>=3.2.2
|
|
|
32 |
|
33 |
# Extras --------------------------------------
|
34 |
# albumentations>=1.0.3
|
|
|
35 |
# pycocotools>=2.0 # COCO mAP
|
36 |
# roboflow
|
37 |
thop # FLOPs computation
|