Update requirements.txt with Usage example (#7966)
Update requirements.txt
正在显示
# pip install -r requirements.txt | # YOLOv5 requirements | ||
# Usage: pip install -r requirements.txt | |||
# Base ---------------------------------------- | # Base ---------------------------------------- | ||
matplotlib>=3.2.2 | matplotlib>=3.2.2 | ||
... | @@ -31,7 +32,6 @@ seaborn>=0.11.0 | ... | @@ -31,7 +32,6 @@ seaborn>=0.11.0 |
# 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 |
请
注册
或者
登录
后发表评论