ncnn_faceboxes icon indicating copy to clipboard operation
ncnn_faceboxes copied to clipboard

How to converted model

Open Dreamgang opened this issue 5 years ago • 3 comments

How to convert the pytoch model to onnx and ncnn? And, the pytorch model come from the official?zisianw

Dreamgang avatar Sep 28 '19 08:09 Dreamgang

You can refer to Herehttps://blog.csdn.net/hmzjwhmzjw/article/details/94027816, you can just do a little output modification of pytorch model.

biubug6 avatar Oct 12 '19 08:10 biubug6

when I run the demo on the rk3399,the cost time is about 300ms per image ,

Dreamgang avatar Oct 17 '19 09:10 Dreamgang

Facebox may have a low speed. I recommend https://github.com/biubug6/Face-Detector-1MB-with-landmark . It not only have a fast speed but also perform well. It include C++ inference and is suitable for deployment on the mobile side.

biubug6 avatar Oct 19 '19 11:10 biubug6