CQFIO / PhotographicImageSynthesis

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

How does the directory 'Label256Full' come from? #6

Open justfouw opened 7 years ago

justfouw commented 7 years ago

Hi, I read this code. And I have downloaded the leftImg8bit_trainvaltest.zip from cityscapes' website. Then I run generate_vivid_imges_256full.m and get the corresponding vivid output. My question is where Label256Full from. I don't find code that could generate it.

CQFIO commented 7 years ago

I just update the code in a folder "extract_cityscapes_input_data". You can use it to extract input labels and color images.

lizhuorong commented 7 years ago

Do you mean that the labels and color images could be generated after running the extract256full.m in matlab? I have tried but found nothing. No errors reported and neither the labels nor color images generated.

CQFIO commented 7 years ago

You also need to download the original Cityscapes data from https://www.cityscapes-dataset.com. You may need to go through "extract256full.m" to understand the process.

justfouw commented 7 years ago

@CQFIO Ths, I got it.