Commit
·
99c3c66
1
Parent(s):
d649877
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,34 @@ Please visit our github repository ([PyTorch-StudioGAN](https://github.com/POSTE
|
|
11 |
<img width="95%" src="https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/master/docs/figures/StudioGAN_Benchmark.png"/>
|
12 |
</p>
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<img width="95%" src="https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/master/docs/figures/StudioGAN_Benchmark.png"/>
|
12 |
</p>
|
13 |
|
14 |
+
## License
|
15 |
+
PyTorch-StudioGAN is an open-source library under the MIT license (MIT). However, portions of the library are avaiiable under distinct license terms: StyleGAN2, StyleGAN2-ADA, and StyleGAN3 are licensed under [NVIDIA source code license](https://github.com/POSTECH-CVLab/PyTorch-StudioGAN/blob/master/LICENSE-NVIDIA), and PyTorch-FID is licensed under [Apache License](https://github.com/POSTECH-CVLab/PyTorch-StudioGAN/blob/master/src/metrics/fid.py).
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
StudioGAN is established for the following research projects. Please cite our work if you use StudioGAN.
|
19 |
+
```bib
|
20 |
+
@article{kang2022StudioGAN,
|
21 |
+
title = {{StudioGAN: A Taxonomy and Benchmark of GANs for Image Synthesis}},
|
22 |
+
author = {MinGuk Kang and Joonghyuk Shin and Jaesik Park},
|
23 |
+
journal = {2206.09479 (arXiv)},
|
24 |
+
year = {2022}
|
25 |
+
}
|
26 |
+
```
|
27 |
+
|
28 |
+
```bib
|
29 |
+
@inproceedings{kang2021ReACGAN,
|
30 |
+
title = {{Rebooting ACGAN: Auxiliary Classifier GANs with Stable Training}},
|
31 |
+
author = {Minguk Kang, Woohyeon Shim, Minsu Cho, and Jaesik Park},
|
32 |
+
journal = {Conference on Neural Information Processing Systems (NeurIPS)},
|
33 |
+
year = {2021}
|
34 |
+
}
|
35 |
+
```
|
36 |
+
|
37 |
+
```bib
|
38 |
+
@inproceedings{kang2020ContraGAN,
|
39 |
+
title = {{ContraGAN: Contrastive Learning for Conditional Image Generation}},
|
40 |
+
author = {Minguk Kang and Jaesik Park},
|
41 |
+
journal = {Conference on Neural Information Processing Systems (NeurIPS)},
|
42 |
+
year = {2020}
|
43 |
+
}
|
44 |
+
```
|