Skip to content

BossunWang/semantic-pyramid-pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%