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:
Ayush Chaurasia
2023-01-10 17:03:28 +05:30
committed by GitHub
parent 0a7d86cd26
commit 341ce0ff3f
28 changed files with 383 additions and 6 deletions

View File

@ -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)