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:
parent
0a7d86cd26
commit
341ce0ff3f
28 changed files with 383 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue