Kunhee Kim commited on
Commit
a37cef3
1 Parent(s): 8e462ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -1,10 +1,3 @@
1
- # Style-aware Discriminator
2
-
3
- Pretrained weights for [A Style-aware Discriminator for Controllable Image Translation](https://arxiv.org/abs/2203.15375).
4
-
5
- Please check the [official repository](https://github.com/kunheek/style-aware-discriminator) for more details.
6
-
7
-
8
  ---
9
  language:
10
  - en
@@ -20,4 +13,22 @@ datasets:
20
  - LSUN churches outdoor
21
  metrics:
22
  - fid
23
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
 
13
  - LSUN churches outdoor
14
  metrics:
15
  - fid
16
+ ---
17
+
18
+ # Style-aware Discriminator
19
+
20
+ Pretrained weights for [A Style-aware Discriminator for Controllable Image Translation](https://arxiv.org/abs/2203.15375).
21
+
22
+ Please check the [official repository](https://github.com/kunheek/style-aware-discriminator) for more details.
23
+
24
+
25
+ # Citation
26
+ ```sh
27
+ @InProceedings{kim2022style,
28
+ title={A Style-Aware Discriminator for Controllable Image Translation},
29
+ author={Kim, Kunhee and Park, Sanghun and Jeon, Eunyeong and Kim, Taehun and Kim, Daijin},
30
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
31
+ year={2022},
32
+ pages={18239--18248}
33
+ }
34
+ ```