gan icon indicating copy to clipboard operation
gan copied to clipboard

OSError: [Errno 2] No such file or directory: './data'

Open ghost opened this issue 7 years ago • 1 comments

python make_record.py --images-path=./data --record-path=./train.record Traceback (most recent call last): File "make_record.py", line 20, in for img_path in os.listdir(images_path): OSError: [Errno 2] No such file or directory: './data'

ghost avatar Jul 29 '18 09:07 ghost

create it first? ;) replace ./data with the path to your images

Nolleschorsch avatar Dec 09 '18 18:12 Nolleschorsch