No such file or directory: '../../DATA/12'
iwtfnsc opened this issue · 2 comments
iwtfnsc commented
run gen_12net_data.py
FileNotFoundError: [Errno 2] No such file or directory: '../../DATA/12'
how to fix it?
mseyfi commented
yeah this is a bug, this is what I did:
put your training data outside the folder in a folder called DATA
-DATA
-MTCNN-Tensorflow
--------------prepare_data
run the gen_12net_data.py from inside prepare_data
change os.mkdir--->os.makedirs in the code