FaceDetection_CNN
FaceDetection_CNN copied to clipboard
No such file when running image_preprocess.py
I checked the path and made sure all the dependent files are loaded correctly. But it still shows "No such file"?
@inlmouse Hello! do u know if it's necessary to use specific version of caffe? Do you use caffe-master?
Hi, Do you solved the problem yet?
You need to make directory crop-images
and subdirectories face
and non-face
before running this script. Further, you may wonder how to call some python function like makedir
to generate the aforementioned directories.