Skip to content

Commit

Permalink
yolo.py header (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed May 26, 2021
1 parent aad99b6 commit 1f8d716
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion models/yolo.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1f8d716

Please sign in to comment.