Justin-Tan / generative-compression

TensorFlow Implementation of Generative Adversarial Networks for Extreme Learned Image Compression
MIT License
511 stars 108 forks source link

About the semantic map. #10

Closed wensihan closed 6 years ago

wensihan commented 6 years ago

The semantic map used in cityscapes is the _gtFine_color.png, and _seg.png in the ADE20K, right?

Justin-Tan commented 6 years ago

Yes, for ADE20k it should look something like the images on the right

http://groups.csail.mit.edu/vision/datasets/ADE20K/browse.php/?dirname=validation/g/golf_course/

wensihan commented 6 years ago

Okay, I know~ The part of ADE20K using the conditional gan has not implement in the code, right?

Justin-Tan commented 6 years ago

I pushed some changes. Let me know if there are any issues.

wensihan commented 6 years ago

Fine, thank you very much for your patience~