GPDM
GPDM copied to clipboard
Original Pytorch implementation of the GPDM model introduced in "Generating natural images with direct patch distributions matching"
Hi! I did some experiments with this approach and I struggle to get rid of the grid artifacts that you can see also in your reference images like [here](https://raw.githubusercontent.com/ariel415el/GPDM/main/Readme_images/texture_synthesis.png) if...
Thanks for your work. can I use this loss for AutoEncoder reconstruction? Currently I am using multiple patch sizes in order to get more GAN-like patterns of reconstruction. Are there...