File tree Expand file tree Collapse file tree 2 files changed +1441
-0
lines changed Expand file tree Collapse file tree 2 files changed +1441
-0
lines changed Original file line number Diff line number Diff line change @@ -874,6 +874,11 @@ def get_confirm_token(response): # in case of large files
874
874
url = 'https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights' ,
875
875
sha = 'd110379b7b86899226b591ad4affc7115f707157' ,
876
876
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' ),
877
882
Model (
878
883
name = 'GSOC2016-GOTURN' , # https://github.com/opencv/opencv_contrib/issues/941
879
884
downloader = GDrive ('1j4UTqVE4EGaUFiK7a5I_CYX7twO9c5br' ),
You can’t perform that action at this time.
0 commit comments