- Author: Pin-Wei "David" Chen
- Thesis: Website, PDF
- Ubuntu 16.04
- Python3
$ cd
$ git clone https://github.com/championway/gan_rv_thesis
- Download PST900 Dataset -- Reference: PST900: RGB-Thermal Calibration, Dataset and Segmentation Network
$ cd ~/gan_rv_thesis/Semantic_Segmentation/
$ jupyter-notebook PST_FCN_training.ipynb
$ cd ~/gan_rv_thesis/Semantic_Segmentation/
$ jupyter-notebook PST_UNet-Pix2Pix_training.ipynb
$ cd ~/gan_rv_thesis/Semantic_Segmentation/
$ jupyter-notebook PST_FCN-Pix2Pix_training.ipynb
$ cd ~/gan_rv_thesis/Sim2Real/
$ python3 cyclegan_ssim.py
$ cd ~/gan_rv_thesis/Sim2Real/
$ jupyter-notebook Create_GAN_Sim2Real_Dataset.ipynb