ncnn_faceboxes
ncnn_faceboxes copied to clipboard
How to converted model
How to convert the pytoch model to onnx and ncnn? And, the pytorch model come from the official?zisianw
You can refer to Herehttps://blog.csdn.net/hmzjwhmzjw/article/details/94027816, you can just do a little output modification of pytorch model.
when I run the demo on the rk3399,the cost time is about 300ms per image ,
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.