File tree Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -903,10 +903,10 @@ def get_confirm_token(response): # in case of large files
903903 sha = '0143deb6c46fcc7f74dd35bf3c14edc3784e99ee' ,
904904 filename = 'yolov4.weights' ),
905905 Model (
906- name = 'YOLOv4-tiny' , # https://github.com/opencv/opencv/issues/17148
906+ name = 'YOLOv4-tiny-2022-12 ' , # https://github.com/opencv/opencv/issues/17148
907907 url = 'https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights' ,
908- sha = 'd110379b7b86899226b591ad4affc7115f707157 ' ,
909- filename = 'yolov4-tiny.weights' ),
908+ sha = '451caaab22fb9831aa1a5ee9b5ba74a35ffa5dcb ' ,
909+ filename = 'yolov4-tiny-2022-12 .weights' ),
910910 Model (
911911 name = 'YOLOv4x-mish' , # https://github.com/opencv/opencv/issues/18975
912912 url = 'https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4x-mish.weights' ,
Original file line number Diff line number Diff line change @@ -17,11 +17,20 @@ hue=.1
1717
1818learning_rate =0.00261
1919burn_in =1000
20- max_batches = 500200
20+
21+ max_batches = 2000200
2122policy =steps
22- steps =400000,450000
23+ steps =1600000,1800000
2324scales =.1,.1
2425
26+
27+ # weights_reject_freq=1001
28+ # ema_alpha=0.9998
29+ # equidistant_point=1000
30+ # num_sigmas_reject_badlabels=3
31+ # badlabels_rejection_percentage=0.2
32+
33+
2534[convolutional]
2635batch_normalize =1
2736filters =32
@@ -230,6 +239,8 @@ random=0
230239resize =1.5
231240nms_kind =greedynms
232241beta_nms =0.6
242+ # new_coords=1
243+ # scale_x_y = 2.0
233244
234245[route]
235246layers = -4
@@ -279,3 +290,5 @@ random=0
279290resize =1.5
280291nms_kind =greedynms
281292beta_nms =0.6
293+ # new_coords=1
294+ # scale_x_y = 2.0
Original file line number Diff line number Diff line change 1- [Origin](https://github.com/AlexeyAB/darknet/blob/3af6781de273fa01f4a535c8e40c5056e809e22f/cfg/yolov4-tiny.cfg)
2- [License](https://github.com/AlexeyAB/darknet/blob/3af6781de273fa01f4a535c8e40c5056e809e22f/LICENSE)
1+ [Origin](https://github.com/AlexeyAB/darknet/blob/0faed3e60e52f742bbef43b83f6be51dd30f373e/cfg/yolov4-tiny.cfg)
2+ [License](https://github.com/AlexeyAB/darknet/blob/a298f94255a20a3198d80ea512755d9e5dddbf02/LICENSE)
3+ [Weights](https://github.com/AlexeyAB/darknet/releases/download/yolov4/yolov4-tiny.weights)
You can’t perform that action at this time.
0 commit comments