-
Hi,Thank you for your great work,I have I met this compilation error like this:
/MTCNN/detection/MTCNN.h:55:33: note: expected a type, got ‘Net’
/MTCNN/detection/MTCNN.h:55:36: error: template arg…
-
Hi,
Mtcnn always return eyes points even one eye is not present in the image.
Can you please tell me how I know eye present in the image or not?
Thanks
-
I know that MtCNN return 5 key points, but do you don't specify, if for Dlib results in the Table3, uses all 68 points. In #8 or document is no clear how many facial landmarks from Dlib are used.
-
Hello Sir,
first of all, congratulations for this wonderful API. you have done great work. using this (mtcnnFaceRecognitionWebcam.html) i can recognize face. but when i want to recognize multiple fac…
-
According to the paper, Faceboxes seems a good replacement of MTCNN in Face Detection Area. But MTCNN has a built in landmark detection, I wonder it is applicable to change faceboxes into a joint mult…
-
Just a small bug, there is no `r_model_path` in `create_mtcnn_net`. Therefore, `get_Onet_train_data.py` does not have to assign `create_mtcnn_net` with `r_model_path` anymore.
-
非常感谢您开源的这套实现,我之前跑过一些MTCNN的性能数据,是基于NCNN版本的MTCNN,运行在ARM cortex-A72核上。在我这里,Cortex-A72单线程,对1920x1080的图片做人脸检测的结果是126ms. 我的A72 core的主频是1.8GHz。不知道您有没有和NCNN版本的MTCNN做过对比?
-
Where can I find model file for loading in test.py file ?
-
RuntimeError: TOCO failed see console for info.
2019-12-18 16:48:58.198777: I tensorflow/contrib/lite/toco/import_tensorflow.cc:1366] Converting unsupported operation: Abs
2019-12-18 16:48:58.198857…
-
mobilenet-v2的结构参数来看,一级mobilenet-v2参数不少于MTCNN的Onet,我在移动端移植MTCNN的检测速度只能达到0.5s左右,PC端差不多可以实现8ms。两层mobilenet-v2的参数比MTCNN的总的参数还要多,如何达到实时检测的要求呢(