Browse Source

yolo.py header (#3347)

modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
1f8d716ec9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      models/yolo.py

+ 5
- 1
models/yolo.py 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 logging

Loading…
Cancel
Save