liuyangjun-20

Results 4 issues of liuyangjun-20

请问作者知道哪里有mtcnn的预训练模型吗?

您好,下载代码无法运行,怎么办?

您好,版本更新之后,在文件get_features_into_csv_tensorflow.py中的aligned = misc.imresize(cropped, (image_size, image_size), interp='bilinear')#将图片缩放为卷积神经网络模型输入的大小。这部分代码需要改成新的,麻烦您看看怎么改一下,我试了一些方法都不理想会报错。麻烦您了

Traceback (most recent call last): File "E:/tensorflow_face_recognition-master/get_features_into_csv_tensorflow.py", line 114, in pnet,rnet,onet=align.detect_face.create_mtcnn(sess,None) #加载MTCNN的3层网络,用来检测人脸 File "E:\tensorflow_face_recognition-master\align\detect_face.py", line 280, in create_mtcnn with tf.variable_scope('pnet'): AttributeError: module 'tensorflow' has no attribute 'variable_scope' 报错最后面显示没有variable_scope,在网上没有找到答案