Skip to content

taki0112/SphereGAN-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SphereGAN-Tensorflow

Simple Tensorflow implementation of SphereGAN (CVPR 2019 Oral) | paper | supplementary materials

Usage

  • mnist and cifar10 are used inside keras
  • For your dataset, put images like this:
├── dataset
   └── YOUR_DATASET_NAME
       ├── xxx.jpg (name, format doesn't matter)
       ├── yyy.png
       └── ...

Train

> python main.py --dataset mnist --gan_type sphere --phase train

Test

> python main.py --dataset mnist --gan_type sphere --phase test

Analysis

Inverse of stereographic projection

isp

Moment mode

Results

Score

score

Image (64x64)

  • The paper only posted the results for 32x32 images, but I also tried 64x64

Mnist

mnist

Cifar10

cifar

Lsun bedroom

lsun

CelebA

celeb

Author

Junho Kim

About

Simple Tensorflow implementation of SphereGAN (CVPR 2019 Oral)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages