Created by: Joejiong
- add pix2pix_download.sh under script/ to generate several most used paired datasets from UC Berkeley team which could be used for BicycleGAN, pix2pix, MUNIT, etc including:
- cityscapes
- facades
- edges2handbags
- edges2shoes
- maps
- add pix2pix_facades.yaml file for running the model, already tested, the following is the results from 200 epoch of training. fakeB----------realA----------realB
the 1st epoch: ppgan.engine.trainer INFO: Epoch: 0, iters: 0 lr: 0.000200 G_GAN: 1.548 G_L1: 30.386 D_real: 0.450 D_fake: 1.440 the last epoch: ppgan.engine.trainer INFO: Epoch: 199, iters: 300 lr: 0.000002 G_GAN: 3.326 G_L1: 22.206 D_real: 0.082 D_fake: 0.062
- update readme for the description of the data_gen shell.
- updata .gitignore for output_dir/ $$ data/