ronensc / GPDM

Original Pytorch implementation of the GPDM model introduced in "Generating natural images with direct patch distributions matching"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPDM

Original Pytorch implementation of the GPDM model introduced in "Generating Natural Images with Direct Patch Distribution Matching"

Teaser

Reshuffling

python3 scripts/reshuffle_datasets.py

I added the Places50 and SIGD16 datasets from Drop-The-Gan and SinGAN so that results can be reproduced

Retargeting

python3 scripts/retarget_images.py

Apart from the datasets from the paper I collected some interesting retargeting images in the images folder

Style transfer

Try the Replicate web demo here Replicate

python3 scripts/style_transfer.py

In the images folder you can find images I collected from various repos and papers cited in my paper.

Teaser

About

Original Pytorch implementation of the GPDM model introduced in "Generating natural images with direct patch distributions matching"

License:Apache License 2.0


Languages

Language:Python 100.0%