We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有考慮做成camera real time detect 的嗎? 例如底下做的 https://github.com/pillarpond/face-recognizer-android
目前我找得到的facenet on android 就屬兩位做得最好
The text was updated successfully, but these errors were encountered:
人脸检测可以做成实时的; 但是人脸识别在普通手机上,估计只能有10fps,可能需要加点技巧跳过一些帧,实现伪实时。
Sorry, something went wrong.
我现在尝试做实时,但是不知道为何效果不太好,脸上点全是乱的,可是把截图放到你原先的app上却是正常。想问下这可能是什么情况
@vcvycy 你好 请问在TensorFlow detection demo 的基础上调用mtcnn的话 在detection activity 里面没有main函数的情况下pb是怎么调用的呢getAssests()无法使用? Java Android 小白请教。。
@kli017 你尝试在tensorflow detection demo上调用成功了吗?
No branches or pull requests
有考慮做成camera real time detect 的嗎?
例如底下做的
https://github.com/pillarpond/face-recognizer-android
目前我找得到的facenet on android 就屬兩位做得最好
The text was updated successfully, but these errors were encountered: