Skip to content

Commit 67e7ca4

Browse files
authored
Merge pull request #1174 from WanliZhong:remove_goturn
Remove goturn model download link
2 parents cc93f0e + 7298ebf commit 67e7ca4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

testdata/dnn/download_models.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -885,14 +885,6 @@ def is_archive(self):
885885
url='https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4x-mish.weights',
886886
sha='a6f2879af2241de2e9730d317a55db6afd0af00b',
887887
filename='yolov4x-mish.weights'),
888-
Model(
889-
name='GSOC2016-GOTURN', # https://github.com/opencv/opencv_contrib/issues/941
890-
url=[
891-
'https://docs.google.com/uc?export=download&id=1j4UTqVE4EGaUFiK7a5I_CYX7twO9c5br',
892-
'https://dl.opencv.org/models/goturn.caffemodel'
893-
],
894-
sha='49776d262993c387542f84d9cd16566840404f26',
895-
filename='gsoc2016-goturn/goturn.caffemodel'),
896888
Model(
897889
name='DaSiamRPM Tracker network (ONNX)',
898890
url='https://www.dropbox.com/s/rr1lk9355vzolqv/dasiamrpn_model.onnx?dl=1',

0 commit comments

Comments
 (0)