Skip to content

Commit 66e3415

Browse files
author
pfeatherstone
committed
added Yolo26 to unit tests
1 parent 231adc7 commit 66e3415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test_unit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def get_models():
1919
yield from [Yolov10(v, 80) for v in "nsmblx"]
2020
yield from [Yolov11(v, 80) for v in "nsmlx"]
2121
yield from [Yolov12(v, 80) for v in "nsmlx"]
22+
yield from [Yolov26(v, 80) for v in "nsmlx"]
2223

2324

2425
@pytest.mark.parametrize("net", get_models())

0 commit comments

Comments
 (0)