SyGoing / LFFD-with-ncnn

A C++ API of the LFFD with ncnn
99 stars 25 forks source link

Model Conversion #2

Closed gwestner94 closed 5 years ago

gwestner94 commented 5 years ago

Hi,

thank you for your contribution. Could you tell me how you converted the Mxnet model to NCNN? When I tried the direct conversion using the Mxnet2Ncnn tool, there are layers missing. Did you convert it to ONNX first? Would be great if you could share a conversion path.

Thank you!

SyGoing commented 5 years ago

Hello @gwestner94 , I have a MNN implementation ,in that readme , I have give the solutions to convert the original model : https://github.com/SyGoing/LFFD-MNN. In fact, if you modify the symbol, you can convert it successfully! Hope it can help you

gwestner94 commented 5 years ago

Thank you! Works for me :)