Skip to content

Commit

Permalink
Update requirements.txt with Usage example (ultralytics#7966)
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
glenn-jocher authored and tdhooghe committed Jun 10, 2022
1 parent 1f12816 commit 37fb916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# pip install -r requirements.txt
# YOLOv5 requirements
# Usage: pip install -r requirements.txt

# Base ----------------------------------------
matplotlib>=3.2.2
Expand Down Expand Up @@ -32,7 +33,6 @@ openvino-dev # OpenVINO export

# Extras --------------------------------------
# albumentations>=1.0.3
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
# pycocotools>=2.0 # COCO mAP
# roboflow
thop # FLOPs computation

0 comments on commit 37fb916

Please sign in to comment.