Skip to content

Commit 882999a

Browse files
authored
Update README.md
1 parent c5b443c commit 882999a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ In addition, please add the project folder to PYTHONPATH and `pip install` the f
5656

5757

5858
**Pretrained Model**
59-
- [StackGAN-v2 for bird](). Download and save it to `models/`
60-
- [StackGAN-v2 for dog](). Download and save it to `models/`
61-
- [StackGAN-v2 for cat](). Download and save it to `models/`
62-
- [StackGAN-v2 for bedroom](). Download and save it to `models/`
63-
- [StackGAN-v2 for church](). Download and save it to `models/`
59+
- [StackGAN-v2 for bird](https://drive.google.com/open?id=1s5Yf3nFiXx0lltMFOiJWB6s1LP24RcwH). Download and save it to `models/` (The [inception score](https://github.com/hanzhanggit/StackGAN-inception-model) for this Model is 4.04±0.05)
60+
- [StackGAN-v2 for dog](https://drive.google.com/open?id=1zcwYfvhsKqb8svQDecTbx_mdYy3TG3F0). Download and save it to `models/` (The [inception score](https://github.com/openai/improved-gan/tree/master/inception_score) for this Model is 9.55±0.11)
61+
- [StackGAN-v2 for cat](https://drive.google.com/open?id=1yPX62c-eCLCNxpziGX9qF_V6Verom3v9). Download and save it to `models/`
62+
- [StackGAN-v2 for bedroom](https://drive.google.com/open?id=1Kqowg0ZLZbN1ek5N-YqEw9TlZeI3XV-K). Download and save it to `models/`
63+
- [StackGAN-v2 for church](https://drive.google.com/open?id=13Pw4PZOkiAM5y_KoOwBzlXK9eQ2hHLfT). Download and save it to `models/`
6464

6565

6666

@@ -72,6 +72,7 @@ In addition, please add the project folder to PYTHONPATH and `pip install` the f
7272
**Examples generated by StackGAN-v2**
7373
![](examples/examples_on_different_datasets.png)
7474

75+
Tsne visualization of randomly generated [birds](https://github.com/hanzhanggit/StackGAN-v2/blob/master/examples/bird_res256_grid50x50.jpg), [dogs](https://github.com/hanzhanggit/StackGAN-v2/blob/master/examples/dog_res256_grid50x50.jpg), [cats](https://github.com/hanzhanggit/StackGAN-v2/blob/master/examples/cat_res256_grid50x50.jpg), [churchs](https://github.com/hanzhanggit/StackGAN-v2/blob/master/examples/church_res256_grid50x50.jpg) and [bedrooms](https://github.com/hanzhanggit/StackGAN-v2/blob/master/examples/bedroom_res256_grid50x50.jpg)
7576

7677
### Citing StackGAN++
7778
If you find StackGAN useful in your research, please consider citing:

0 commit comments

Comments
 (0)