We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f0ba7a + c3207b9 commit ecab8deCopy full SHA for ecab8de
testdata/dnn/download_models.py
@@ -988,13 +988,12 @@ def is_archive(self):
988
sha='2b181b55d1d7af718eaca6cabdeb741217b64c73',
989
filename='wechat_2021-01/sr.caffemodel'),
990
Model(
991
- name='yolov7_not_simplified',
+ name='yolov7',
992
url=[
993
- 'https://docs.google.com/uc?export=download&id=1ljSh81ydO5ylsnDoV_mt3zj5RX_cgLu8',
994
- 'https://dl.opencv.org/models/yolov7/yolov7_not_simplified.onnx'
+ 'https://dl.opencv.org/models/yolov7/yolov7.onnx'
995
],
996
- sha='fcd0fa401c83bf2b29e18239a9c2c989c9b8669d',
997
- filename='onnx/models/yolov7_not_simplified.onnx'),
+ sha='9f5199c266418462771a26a7b8ea25a90412ce2e',
+ filename='onnx/models/yolov7.onnx'),
998
999
name='yolox_s_inf_decoder',
1000
0 commit comments