swapping-autoencoder-pytorch icon indicating copy to clipboard operation
swapping-autoencoder-pytorch copied to clipboard

Official Implementation of Swapping Autoencoder for Deep Image Manipulation (NeurIPS 2020)

Results 27 swapping-autoencoder-pytorch issues
Sort by recently updated
recently updated
newest added

Added a working conda environment YAML file for easy setup to get going with the implementation.

I encountered this problem. Has anyone encountered it

I am seeing very impressive results when applying this to single images, but for videos it often produces "texture sticking" artifacts similar to those noted in [Alias-Free GAN](https://nvlabs.github.io/stylegan3/) (StyleGAN3). I...

Hello I want to try the code and get the errors: C:\Users\Nero\AppData\Local\Programs\Python\Python36\lib\runpy.py:125: RuntimeWarning: 'experiments.__main__' found in sys.modules after import of package 'experiments', but prior to execution of 'experiments.__main__'; this may...

Hello, thank you very much for your work, which has inspired me a lot. I would like to train my own data set based on your model training, but I...

Hi, This is really inspiring work! Do you have any plans to publish the interactive UI?

Hi, amazing work. I would be pretty interested in editing driving scenes, so highly unstructured scenarios, of resolution 512x256. I need strong pixel consistency, and I'm in general interested in...

I was looking through the code and I can't find where the optimizer for the dpatch network is being created. I also don't see where the parameters are being updated...

Hi, Thanks for sharing your code. Could I ask the reason that why you change the batch size to 1 and make the batch size as the number of groups...