Skip to content

Unofficial Pytorch implementation of "Semantically Multi-modal Image Synthesis"

Notifications You must be signed in to change notification settings

raven38/GroupDNet

Repository files navigation

Semantically Multi-modal Image Synthesis

Unofficical Pytorch implementation of the papaer Semantically Multi-modal Image Synthesis - Zhen Zhu, Zhiliang Xu, Ansheng You, and Xiang Bai in CVPR 2020.

Official impelemntation will be released soon.

Instalation

  • python 3.7
  • pytorch 1.4.0
python3 -m pip install -r requirements.txt

Prepare dataest

Download Cityscapes Dataset from (https://www.cityscapes-dataset.com/)

Train

python3 main_train.py --data_root ~/dataset/cityscapes --batch_size 1

Results

Save output images to directory checkpoint/test/

About

Unofficial Pytorch implementation of "Semantically Multi-modal Image Synthesis"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published