Mingguksky commited on
Commit
d649877
1 Parent(s): 3ce2583

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,7 +1,14 @@
1
- **StudioGAN** is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation. StudioGAN aims to offer an identical playground for modern GANs so that machine learning researchers can readily compare and analyze a new idea.
 
 
 
2
 
3
  This hub provides all the checkpoints we used to create the GAN benchmarks below.
4
 
5
  Please visit our github repository ([PyTorch-StudioGAN](https://github.com/POSTECH-CVLab/PyTorch-StudioGAN)) for more details.
6
 
 
 
 
 
7
  license: mit
 
1
+ <p align="center">
2
+ <img width="60%" src="https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/master/docs/figures/studiogan_logo.jpg" />
3
+
4
+ </p>**StudioGAN** is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation. StudioGAN aims to offer an identical playground for modern GANs so that machine learning researchers can readily compare and analyze a new idea.
5
 
6
  This hub provides all the checkpoints we used to create the GAN benchmarks below.
7
 
8
  Please visit our github repository ([PyTorch-StudioGAN](https://github.com/POSTECH-CVLab/PyTorch-StudioGAN)) for more details.
9
 
10
+ <p align="center">
11
+ <img width="95%" src="https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/master/docs/figures/StudioGAN_Benchmark.png"/>
12
+ </p>
13
+
14
  license: mit