Skip to content

Commit bf5df9c

Browse files
committed
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 parents 346860d + e7bcf82 commit bf5df9c

File tree

2 files changed

+1789
-5
lines changed

2 files changed

+1789
-5
lines changed

testdata/dnn/download_models.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ def save(self, r):
222222
url='http://eecs.berkeley.edu/~rich.zhang/projects/2016_colorization/files/demo_v2/colorization_release_v2.caffemodel',
223223
sha='21e61293a3fa6747308171c11b6dd18a68a26e7f',
224224
filename='colorization_release_v2.caffemodel'),
225-
Model(
226-
name='Face_detector',
227-
url='https://raw.githubusercontent.com/opencv/opencv/master/samples/dnn/face_detector/deploy.prototxt',
228-
sha='006baf926232df6f6332defb9c24f94bb9f3764e',
229-
filename='opencv_face_detector.prototxt'),
230225
Model(
231226
name='Face_detector',
232227
url='https://github.com/opencv/opencv_3rdparty/raw/dnn_samples_face_detector_20170830/res10_300x300_ssd_iter_140000.caffemodel',

0 commit comments

Comments
 (0)