Skip to content

Commit 4991425

Browse files
authored
Merge pull request #906 from rogday:yolov4x-mish
2 parents 5f1b3ac + bd13c23 commit 4991425

File tree

2 files changed

+1441
-0
lines changed

2 files changed

+1441
-0
lines changed

testdata/dnn/download_models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,11 @@ def get_confirm_token(response): # in case of large files
874874
url='https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights',
875875
sha='d110379b7b86899226b591ad4affc7115f707157',
876876
filename='yolov4-tiny.weights'),
877+
Model(
878+
name='YOLOv4x-mish', # https://github.com/opencv/opencv/issues/18975
879+
url='https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4x-mish.weights',
880+
sha='a6f2879af2241de2e9730d317a55db6afd0af00b',
881+
filename='yolov4x-mish.weights'),
877882
Model(
878883
name='GSOC2016-GOTURN', # https://github.com/opencv/opencv_contrib/issues/941
879884
downloader=GDrive('1j4UTqVE4EGaUFiK7a5I_CYX7twO9c5br'),

0 commit comments

Comments
 (0)