Justin-Tan / generative-compression

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

Integrating selective generative compression #1

Open Justin-Tan opened 6 years ago

Justin-Tan commented 6 years ago

I would like to start implementing selective compression so that the network can be instructed to compress/synthesize certain regions while preserving selected regions. (Section 4.2 of https://arxiv.org/pdf/1804.02958.pdf). This will require working with a semantic map of the original image, which is available for the Cityscapes/ ADE20k dataset.