ChenYingpeng / darknet2caffe

Convert darknet weights to caffemodel
183 stars 88 forks source link

Yolov4-tiny converting #37

Open dungdo123 opened 1 year ago

dungdo123 commented 1 year ago

Caffe concat is not yet implemented with 'groups' and 'group_id' features (route layers in yolov4-tiny config). For yolov4-tiny caffe, you need to remake the caffe with those options. We propose a manual way to convert yolov4-tiny to caffe format to make it easier.