Skip to content

Commit d0928ee

Browse files
committed
Merge branch 4.x
2 parents 7d0a5be + ba22ab1 commit d0928ee

File tree

15 files changed

+50
-7
lines changed

15 files changed

+50
-7
lines changed

testdata/dnn/download_models.py

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -963,13 +963,12 @@ def is_archive(self):
963963
sha='2b181b55d1d7af718eaca6cabdeb741217b64c73',
964964
filename='wechat_2021-01/sr.caffemodel'),
965965
Model(
966-
name='yolov7_not_simplified',
966+
name='yolov7',
967967
url=[
968-
'https://docs.google.com/uc?export=download&id=1ljSh81ydO5ylsnDoV_mt3zj5RX_cgLu8',
969-
'https://dl.opencv.org/models/yolov7/yolov7_not_simplified.onnx'
968+
'https://dl.opencv.org/models/yolov7/yolov7.onnx'
970969
],
971-
sha='fcd0fa401c83bf2b29e18239a9c2c989c9b8669d',
972-
filename='onnx/models/yolov7_not_simplified.onnx'),
970+
sha='9f5199c266418462771a26a7b8ea25a90412ce2e',
971+
filename='onnx/models/yolov7.onnx'),
973972
Model(
974973
name='yolox_s_inf_decoder',
975974
url=[
@@ -988,6 +987,13 @@ def is_archive(self):
988987
url='https://dl.opencv.org/models/yolov8/yolov8n.onnx',
989988
sha='136807b88d0b02bc226bdeb9741141d857752e10',
990989
filename='onnx/models/yolov8n.onnx'),
990+
991+
Model(
992+
name='yolo_nas_s',
993+
url='https://dl.opencv.org/models/yolo-nas/yolo_nas_s.onnx',
994+
sha='089942fbdf8591875a7a6ff10ac50fb6864e7aa4',
995+
filename='onnx/models/yolo_nas_s.onnx'),
996+
991997
Model(
992998
name='NanoTrackV1 (ONNX, backbone)',
993999
url='https://raw.githubusercontent.com/zihaomu/opencv_extra_data_backup/main/NanoTrack/models/nanotrack_backbone_sim.onnx',
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BxJ�x��?h��>��z?�j@$ �?�.z��8s?b��hdӽ�9�>(�>�%�?^�B?�0�= B�>]ת>�=�?R�iJ�>�Z�/d#��S'?�K]?��=��C@�(��Hm;= �?�2�?��?��>���>�Ec������!��� >*z�?��?�Oƾmǚ��6��&õ�gڿ��?�x�FKྙ[��� G?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BscaleJ4��Y�L=e��>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BbiasJ �����k��QN�>
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BxJ�x��?h��>��z?�j@$ �?�.z��8s?b��hdӽ�9�>(�>�%�?^�B?�0�= B�>]ת>�=�?R�iJ�>�Z�/d#��S'?�K]?��=��C@�(��Hm;= �?�2�?��?��>���>�Ec������!��� >*z�?��?�Oƾmǚ��6��&õ�gڿ��?�x�FKྙ[��� G?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BscaleJ4��Y�L=e��>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BbiasJ �����k��QN�>

0 commit comments

Comments
 (0)