All Projects → rosinality → semantic-pyramid-pytorch

rosinality / semantic-pyramid-pytorch

Licence: MIT License
Implementation of Semantic Pyramid for Image Generation (https://arxiv.org/abs/2003.06221) in PyTorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to semantic-pyramid-pytorch

Semantic Pyramid for Image Generation
PyTorch reimplementation of the paper: "Semantic Pyramid for Image Generation" [CVPR 2020].
Stars: ✭ 45 (+21.62%)
Mutual labels:  semantic-pyramid

semantic-pyramid-pytorch

Implementation of Semantic Pyramid for Image Generation (https://arxiv.org/abs/2003.06221) in PyTorch

Details of model implementation will be different to offical model, as currently official model is not yet released.

Usage

> python -m torch.distributed.launch --nproc_per_node=[NUM GPUS] --master_port=[PORT] train.py [Places365 PATH]

Samples

Samples from semantic pyramid model

First column is source images that vgg features extracted from. Next columns is images generated by conditioned on the specific level of the features. (Conv1 ~ Conv5, FC7, FC8)

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].