WePCf / darknet-mobilenet-v2

Darknet for MobileNet v2
Other
80 stars 27 forks source link

How to convert the reshape layer in caffe to darknet #15

Open KerwinKai opened 1 year ago

KerwinKai commented 1 year ago

Hi author, you have done a great job. I have a question, the reshape layer is not supported in darknet, but after converting mobilenet from pytorch to caffe, the reshape layer will be added, and the reshape layer cannot be converted to darknet. I would like to ask how you solved this problem