yolo.py header (#3347)
This commit is contained in:
parent
aad99b63d6
commit
1f8d716ec9
|
|
@ -1,4 +1,8 @@
|
|||
# YOLOv5 YOLO-specific modules
|
||||
"""YOLOv5-specific modules
|
||||
|
||||
Usage:
|
||||
$ python path/to/models/yolo.py --cfg yolov5s.yaml
|
||||
"""
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Reference in New Issue