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 Clay Januhowski committed Sep 8, 2022
1 parent 8035507 commit 4f256f6
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 @@ -31,7 +32,6 @@ seaborn>=0.11.0

# 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 4f256f6

Please sign in to comment.