yolo.py header (#3347)

This commit is contained in:
Glenn Jocher 2021-05-26 12:06:08 +02:00 committed by GitHub
parent aad99b63d6
commit 1f8d716ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# YOLOv5 YOLO-specific modules """YOLOv5-specific modules
Usage:
$ python path/to/models/yolo.py --cfg yolov5s.yaml
"""
import argparse import argparse
import logging import logging