Skip to content

Commit 315dfee

Browse files
committed
Merge branch 4.x
2 parents 6384197 + 02f7957 commit 315dfee

File tree

34 files changed

+61
-1
lines changed

34 files changed

+61
-1
lines changed
Loading
Loading

testdata/dnn/download_models.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,16 @@ def is_archive(self):
995995
],
996996
sha='462f15d668c046d38e27d3df01fe8142dd004cb4',
997997
filename='onnx/models/yolov8x.onnx'),
998-
998+
Model(
999+
name='yolov9t',
1000+
url='https://dl.opencv.org/models/yolov9/yolov9t.onnx',
1001+
sha='330292f15e1b312b11ce58e70a9e455d54415fa3',
1002+
filename='onnx/models/yolov9t.onnx'),
1003+
Model(
1004+
name='yolov10s',
1005+
url='https://dl.opencv.org/models/yolov10/yolov10s.onnx',
1006+
sha='5311212e431912a27d5f54b3a5277bc573890a99',
1007+
filename='onnx/models/yolov10s.onnx'),
9991008
Model(
10001009
name='yolo_nas_s',
10011010
url='https://dl.opencv.org/models/yolo-nas/yolo_nas_s.onnx',
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)