MTCNN-Tensorflow icon indicating copy to clipboard operation
MTCNN-Tensorflow copied to clipboard

Reproduce MTCNN using Tensorflow

Results 103 MTCNN-Tensorflow issues
Sort by recently updated
recently updated
newest added

run gen_12net_data.py FileNotFoundError: [Errno 2] No such file or directory: '../../DATA/12' how to fix it?

height, width, channel = img.shape AttributeError: 'NoneType' object has no attribute 'shape' 这个问题怎么解决啊?

你好,我训练完模型之后,将元文件,固话成PB文件时,做C ++调用,在pnet模型由于固定了输入图片的BATCHSIZE和大小,导致不能输入任意其他大小的图片,我尝试将输入改为(None,None,None,3),但是出现计算分类损失时需要这个BATCHSIZE,所以我在定义的时候这个BATCHSIZE就不能为空,但我必须这样定义(None,None,None,3),我的后续pb模型才能输入一张任意大小的图片。

你好,我想请问在求P-net的recall的时候,是使用之前用于训练的正例和反例输入网络,并查看face classcification的结果来求得吗? 谢谢!

when i run gen_12net_data.py, the errror" no module named prepare_data.utils" is occoured. How to solve it? Thank you!

我在运行gen_PNet_tfrecords.py时始终显示该错误:IOError: [Errno 2] No such file or directory: 'home/MTCNN/DATA/imglists/PNet/train_PNet_landmark.txt' 在相应路径下是有该文件的 在程序中试了相对绝对路径还是不好使 请问这是为什么?

It is not working in TensorFlow 2.0.

想问一下运行gen_landmark_aug_24.py报如下错误该怎么解决呀 ![image](https://user-images.githubusercontent.com/46802891/54876562-13042d80-4e4d-11e9-82e5-f3ef4654945f.png)

我不想进行训练模型,我想直接在我自己的图片上进行人脸检测的测试,所以直接运行了 python one_image_test.py 命令,然后提示: ``` Traceback (most recent call last): File "one_image_test.py", line 28, in PNet = FcnDetector(P_Net, model_path[0]) File "../Detection/fcn_detector.py", line 35, in __init__ assert readstate, "the params dictionary...

为什么最后的bbox是float呢