Browse Source

Update requirements.txt with Usage example (#7966)

Update requirements.txt
modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
1dcb774998
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      requirements.txt

+ 2
- 2
requirements.txt View File

# pip install -r requirements.txt
# YOLOv5 requirements
# Usage: pip install -r requirements.txt


# Base ---------------------------------------- # Base ----------------------------------------
matplotlib>=3.2.2 matplotlib>=3.2.2


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

Loading…
Cancel
Save