CQFIO / PhotographicImageSynthesis

Photographic Image Synthesis with Cascaded Refinement Networks
https://cqf.io/ImageSynthesis/
1.25k stars 226 forks source link

How to change the file paths for training and test sets accordingly in "demo_256p.py" #5

Open wangwei609 opened 7 years ago

wangwei609 commented 7 years ago

i haven't change,it is wrong FileNotFoundError: [Errno 2] No such file or directory: 'data/cityscapes/Label256Full/00002161.png'

CQFIO commented 7 years ago

Basically, you need to change the lines with comments like "training label", "training image" and "test label". Sorry that I have not reorganized this part in a clear way.

wangwei609 commented 7 years ago

not at all,but ,should i have many images?

CQFIO commented 7 years ago

If you want to train a model for Cityscapes dataset, you can download data from https://www.cityscapes-dataset.com/

wangwei609 commented 7 years ago

Ok , thank you