Code for paper Semantic-Fusion GANs for Semi-Supervised Satellite Image Classification accepted in the International Conference on Image Processing (ICIP) held in Athens, Greece in October, 2018.
Code is available now.
N.B. Python 3 is recommended for running this code as the batching gives errornoues results with lower versions of Python. Haven't tried with other versions of Tensorflow.
If you use this code for your research, please cite our paper
@inproceedings{roy2018semantic,
title={Semantic-Fusion Gans for Semi-Supervised Satellite Image Classification},
author={Roy, Subhankar and Sangineto, Enver and Sebe, Nicu and Demir, Beg{\"u}m},
booktitle={2018 25th IEEE International Conference on Image Processing (ICIP)},
pages={684--688},
year={2018},
organization={IEEE}
}
A commented version of the code will be updated soon.