MTCNN4Android icon indicating copy to clipboard operation
MTCNN4Android copied to clipboard

MTCNN For Android. Java.Tensorflow.人脸检测.Face Detection.

Results 16 MTCNN4Android issues
Sort by recently updated
recently updated
newest added

Nice project, thankyou

首先,谢谢此mtcnn. 整体还算不错。 如题。因为想要限制面部朝向方向,这能够算出来吗? 就, 有三个: Pitch Roll Yaw

就是我想在java环境下运行这个Mtcnn代码,java环境没有Bitmap对象。 我换成了BufferedImage 来操作的,这个时候运行神经网络的时候它里面报了这个错,我试了很多办法都不行。我怀疑就是这个位运算导致了错误发生。有谁知道这个问题吗? ![image](https://user-images.githubusercontent.com/53301015/97983276-03faa500-1e10-11eb-955d-ca826d1f55d1.png)

hi, 感谢你的工作,正好目前也准备移植到android的工作, 请问你参考的mtcnn实现是哪个? .pb文件是如何生成出来的? 另外有尝试过转化为tflite模型吗, 我在尝试从.pb到tflite这一步一直不成功

I have an app which takes a picture from the camera every second and processes it for face detection. I want it to process every image under a second. I...

有考慮做成camera real time detect 的嗎? 例如底下做的 https://github.com/pillarpond/face-recognizer-android 目前我找得到的facenet on android 就屬兩位做得最好

Hi, I am interested to use this code in a project. I am wondering if you could add an appropriate license for us to use this project? Thanks!

Hi Vcyc could you please help with the code snippet of converting from mtcnn weights in npy to pb format ? regards avaish1

大佬,遮住鼻子和嘴巴,为什么还能返回面部鼻子和嘴巴值呢?我的需求是能检测整张脸的情况下才能通过。