All Projects → adambielski → perturbed-seg

adambielski / perturbed-seg

Licence: other
Code for NeurIPS 2019 paper Emergence of Object Segmentation in Perturbed Generative Models

Programming Languages

python
139335 projects - #7 most used programming language

Emergence of Object Segmentation in Perturbed Generative Models

Code for NeurIPS 2019 paper Emergence of Object Segmentation in Perturbed Generative Models.

Architecture

Samples

Usage

Tested with PyTorch version 1.2.0.

Download LSUN object dataset.

Sample train command for the layered generative model:

python train.py --max_size 128 --location_jitter 0.125 --min_mask_coverage 0.25 --mask_alpha 2.0 --mixing -d lsun /path/to/lmdb/ --bg_contrast_jitter 0.3 --org_to_crop 1.125 --sched

Credits

StyleGAN implementation used in this repository is based on this PyTorch port by rosinality.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].