WongKinYiu / CrossStagePartialNetworks

Cross Stage Partial Networks
https://github.com/WongKinYiu/CrossStagePartialNetworks
899 stars 173 forks source link

can i convert darknet2caffe?? #5

Open Hwijune opened 4 years ago

Hwijune commented 4 years ago

hi @WongKinYiu

i want to test it in caffe

Can you help me to convert?

WongKinYiu commented 4 years ago

hello, caffe do not support all of layers of darknet(Alexey).

Hwijune commented 4 years ago

easy to implement depthwise convolution.

It works normally.

WongKinYiu commented 4 years ago

@hwijune great.

china56321 commented 4 years ago

hi @WongKinYiu

i want to test it in caffe

Can you help me to convert?

How did you convert darknet to caffe ?Could you help me out ? THANKS

Hwijune commented 4 years ago

hi @WongKinYiu i want to test it in caffe Can you help me to convert?

How did you convert darknet to caffe ?Could you help me out ? THANKS

We implemented only depthwise convolution in the darknet2caffe

Similar to the paper, it is faster. About 30% in caffe

WongKinYiu commented 4 years ago

@hwwwi1

Thanks a lot, if you could share the github link, I would like to post is on readme.

china56321 commented 4 years ago

hi @WongKinYiu i want to test it in caffe Can you help me to convert?

How did you convert darknet to caffe ?Could you help me out ? THANKS

We implemented only depthwise convolution in the darknet2caffe

Similar to the paper, it is faster. About 30% in caffe

Could you share your github link ?