| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is the official repository for "Drop The GAN: In Defense of Patches Nearest Neighbors as Single Image Generative Models" (paper, project page).
Please create environment as follows:
conda create -f environment.ymlTo run the code, please do as follows:
conda activate dropthegan
python main.py <application> [<options>]For example:
python main.py generation \
--input-path="data/generation/balloons.png" \
--output-path="out/generation/balloons.png"You can list the applications by running:
python main.py --helpand to list the options for a given application by:
python main.py <application> --help| Back | FazBrowse Home | New Git URL |