taki0112 / SPADE-Tensorflow

Simple Tensorflow implementation of "Semantic Image Synthesis with Spatially-Adaptive Normalization" a.k.a. GauGAN, SPADE (CVPR 2019 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use pix2pixHD in edge2image mode?

segalinc opened this issue · comments

How should I prepare data and use training arguments if I want to use pix2pixHD form edges to image as in figure 2 in the paper?

Shall I use train_A as images and train_b as the edge images and then use --label_nc 0 and --no-instance?