Tencent / ncnn

ncnn is a high-performance neural network inference framework optimized for the mobile platform
Other
19.67k stars 4.1k forks source link

Blazeface ncnn implementation #1485

Open soham24 opened 4 years ago

soham24 commented 4 years ago

https://github.com/hollance/BlazeFace-PyTorch I am getting nan at output After converting via onnx simplifier

Has anyone tried to port this to ncnn

Timen commented 4 years ago

I added support for the blazeface architecture. However you'll have to convert a model yourself, I only added the ability to do channel padding which is used by blazeface and what was missing in NCNN.

yeswecan commented 4 years ago

@soham24 I wonder if it worked? Thanks!

soham24 commented 4 years ago

@Timen thanks for the update. @yeswecan Sorry, I have not tried the conversion yet