Glenn Jocher
GitHub
3 vuotta sitten
vanhempi
commit
1f8d716ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
5 lisäystä ja
1 poistoa
-
models/yolo.py
|
|
@@ -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 |