Skip to content

Commit ed2cebb

Browse files
authored
Merge pull request #1186 from Abdurrahheem:ash/yolov10-support
Add yolov9/10 downloading scripts
2 parents 42f7ec2 + 111861b commit ed2cebb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

testdata/dnn/download_models.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,16 @@ def is_archive(self):
10281028
],
10291029
sha='462f15d668c046d38e27d3df01fe8142dd004cb4',
10301030
filename='onnx/models/yolov8x.onnx'),
1031-
1031+
Model(
1032+
name='yolov9t',
1033+
url='https://dl.opencv.org/models/yolov9/yolov9t.onnx',
1034+
sha='330292f15e1b312b11ce58e70a9e455d54415fa3',
1035+
filename='onnx/models/yolov9t.onnx'),
1036+
Model(
1037+
name='yolov10s',
1038+
url='https://dl.opencv.org/models/yolov10/yolov10s.onnx',
1039+
sha='5311212e431912a27d5f54b3a5277bc573890a99',
1040+
filename='onnx/models/yolov10s.onnx'),
10321041
Model(
10331042
name='yolo_nas_s',
10341043
url='https://dl.opencv.org/models/yolo-nas/yolo_nas_s.onnx',

0 commit comments

Comments
 (0)