-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NCNN & SphereFace #153
Comments
I only test the speed of sphereface20 may be, cost about 360ms to extract feature |
I have trouble on converting my sphere face model of caffe to ncnn. It can run, but it gives out completely different result and can not classify correctly. May I see your code? Thank you. |
There are many check points of correct classification, model convert is one respect, it's hard to say where issue happens. My suggestion is: check your face align first(which face points are detected by mtcnn), if you only test one same input between PC and Android skip this, then check your preprocess ,you may lost substract_mean_normalize, then check your output especially ncnn output. You can show your code here or you can get detail help. |
有这方面模型结合的示例吗? 或者 dlib?
想知道一下相关测试的性能效果。
The text was updated successfully, but these errors were encountered: