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 12:33:28 +01:00
committed by GitHub
co-authored by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Glenn Jocher
parent 0a7d86cd26
commit 341ce0ff3f
28 changed files with 383 additions and 6 deletions
+1 -1
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)