Team Pandas Submission for the Problem Statement 1 - Neural Style Transfer at Satellite Imagery Track Shaastra 2023 Indian Institute of Technology (IIT), Madras .
This repository contains the implementation of a Cycle Generative Adversarial Network (CycleGAN) model for converting Synthetic Aperture Radar (SAR) satellite imagery to Photorealistic-RGB (PS-RGB) optical images.
- AWS Account (create one if you dont have one)
- Install awscli (Run this on bash/terminal depending on your OS)
pip install awscli
- Create a data folder, inside which,Cceate 2 new directories SAR-Intensity & PS-RGB(optical images)
In SAR-Intensity folder execute:
aws s3 sync s3://spacenet-dataset/spacenet/SN6_buildings/train/AOI_11_Rotterdam . --exclude "*" --include "SAR-Intensity/*"
In PS-RGB folder execute:
aws s3 sync s3://spacenet-dataset/spacenet/SN6_buildings/train/AOI_11_Rotterdam . --exclude "*" --include "PS-RGB/*"
Made with ❤️ and 💻