Add YOLOv3 and YOLOv5 model *.yaml files (#169)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
@ -96,5 +96,5 @@ def test_export_paddle():
|
||||
|
||||
|
||||
def test_all_model_yamls():
|
||||
for m in list((ROOT / 'yolo/v8/models').rglob('*.yaml')):
|
||||
for m in list((ROOT / 'models').rglob('*.yaml')):
|
||||
YOLO(m.name)
|
||||
|
Reference in New Issue
Block a user