paper : Everybody Dance Now - Caroline Chan, Shiry Ginosar, Tinghui Zhou, Alexei A.Efros
link : https://arxiv.org/pdf/1808.07371.pdf
refer source
- pix2pixHD : https://github.com/NVIDIA/pix2pixHD
- Pix2pix : https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
- result
- source
- source : 512x512x3
- target : 512x512x3
- multi scale discriminator (n_layer(scale) : 3, num_D : 3 )
- Down sampling : average pooling
- instanceNorm, spectralNorm
- 9 block of resnet
- instanceNorm
- for vgg loss
- PathchGAN Loss
- VGG Loss
- Feature Match Loss