mks0601 / A-Convolutional-Neural-Network-Cascade-for-Face-Detection

TensorFlow implementation of "A Convolutional Neural Network Cascade for Face Detection", CVPR 2015
http://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Li_A_Convolutional_Neural_2015_CVPR_paper.pdf
109 stars 62 forks source link

Error running train_12net.py file #16

Closed RawanMoheddine closed 5 years ago

RawanMoheddine commented 6 years ago

Hi, when trying to run train_12net.py I'm getting the error: ValueError: cannot reshape array of size 619500 into shape (500,413,1) (error source is in data.py line 45)

Please can you help me?

mks0601 commented 5 years ago

Maybe you did not properly set the dataset directory?