From 4f256f633dec46da5c66a3688422d4b17c93537d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 25 May 2022 01:40:17 +0200 Subject: [PATCH] Update requirements.txt with Usage example (#7966) Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4cf22b7093b4..c03870cebea0 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -# pip install -r requirements.txt +# YOLOv5 requirements +# Usage: pip install -r requirements.txt # Base ---------------------------------------- matplotlib>=3.2.2 @@ -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