Skip to content

Commit ecab8de

Browse files
authored
Merge pull request #1134 from Abdurrahheem:ash/yolov7_weights
Changed onnx weights of yolov7
2 parents 7f0ba7a + c3207b9 commit ecab8de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

testdata/dnn/download_models.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -988,13 +988,12 @@ def is_archive(self):
988988
sha='2b181b55d1d7af718eaca6cabdeb741217b64c73',
989989
filename='wechat_2021-01/sr.caffemodel'),
990990
Model(
991-
name='yolov7_not_simplified',
991+
name='yolov7',
992992
url=[
993-
'https://docs.google.com/uc?export=download&id=1ljSh81ydO5ylsnDoV_mt3zj5RX_cgLu8',
994-
'https://dl.opencv.org/models/yolov7/yolov7_not_simplified.onnx'
993+
'https://dl.opencv.org/models/yolov7/yolov7.onnx'
995994
],
996-
sha='fcd0fa401c83bf2b29e18239a9c2c989c9b8669d',
997-
filename='onnx/models/yolov7_not_simplified.onnx'),
995+
sha='9f5199c266418462771a26a7b8ea25a90412ce2e',
996+
filename='onnx/models/yolov7.onnx'),
998997
Model(
999998
name='yolox_s_inf_decoder',
1000999
url=[

0 commit comments

Comments
 (0)