shaoanlu / faceswap-GAN

A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
3.39k stars 841 forks source link

How to use the SPADE_res_block module? #161

Open notknowchild opened 4 years ago

notknowchild commented 4 years ago

def SPADE_res_block (input_tensor, cond_input_tensor, f, use_norm = True, norm = 'none'), how can I get cond_input_tensor?