vcvycy / MTCNN4Android

MTCNN For Android. Java.Tensorflow.人脸检测.Face Detection.
187 stars 76 forks source link

有考慮做成camera real time detect 的嗎? #9

Open Ashing00 opened 5 years ago

Ashing00 commented 5 years ago

有考慮做成camera real time detect 的嗎? 例如底下做的 https://github.com/pillarpond/face-recognizer-android

目前我找得到的facenet on android 就屬兩位做得最好

vcvycy commented 5 years ago

人脸检测可以做成实时的; 但是人脸识别在普通手机上,估计只能有10fps,可能需要加点技巧跳过一些帧,实现伪实时。

arthad1995 commented 5 years ago

我现在尝试做实时,但是不知道为何效果不太好,脸上点全是乱的,可是把截图放到你原先的app上却是正常。想问下这可能是什么情况

kli017 commented 5 years ago

@vcvycy 你好 请问在TensorFlow detection demo 的基础上调用mtcnn的话 在detection activity 里面没有main函数的情况下pb是怎么调用的呢getAssests()无法使用? Java Android 小白请教。。

suyali commented 4 years ago

@kli017 你尝试在tensorflow detection demo上调用成功了吗?