-
Notifications
You must be signed in to change notification settings - Fork 300
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
PCN for iOS #66
Comments
I just updated my code from @jack-cv update and it works pretty well with new tracking face. But it is still hard to detect my face. |
Hi, @elhoangvu, thanks for porting PCN to iOS, it's very cool! As for the speed problem, firstly, we may need to do many engineering efforts (code optimization, e.g.) in order to make the program run smoothly on mobile phone. I don't know if caffe-ios is efficient enough. Secondly, I guess you can set a larger minFaceSize (65, e.g.), since we don't need to detect small faces on mobile applications normally. As for the failure cases of detection, could you upload some examples, so I can make further analysis. Thanks for your work and I welcome everyone to improve it also. |
Hi @jack-cv, Again, thank you and your work very much. This is my test video: https://drive.google.com/file/d/1indGzlcVNQKZVFLUmMlSx60HQhfBp6Q-/view?usp=sharing |
@elhoangvu Hi, I have seen your video. Indeed PCN has some bad cases, and I think adding some training samples for these cases will be helpful. I will clean up and release the training code when I have time. |
OK @jack-cv, thank you very much! |
Hi guys,
I just tried� porting PCN to iOS and it worked. But it is hard to detect my face as well as the speed is not very good. I use a caffe version for iOS unofficially and only running on the CPU, that may be the reason.
I am ready to welcome everybody to improve it.
And,
Thank you to Jack for your opensource.
My repo: https://github.com/elhoangvu/PCN-iOS
The text was updated successfully, but these errors were encountered: