Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# <p align="center"> IC-GAN: Instance-Conditioned GAN </p>
|
2 |
Official Pytorch code of [Instance-Conditioned GAN](https://arxiv.org/abs/2109.05070) by Arantxa Casanova, Marlène Careil, Jakob Verbeek, Michał Drożdżal, Adriana Romero-Soriano.
|
3 |
![IC-GAN results](./figures/github_image.png?raw=true)
|
@@ -307,3 +318,4 @@ If this repository, the paper or any of its content is useful for your research,
|
|
307 |
year={2021}
|
308 |
}
|
309 |
```
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- imagenet
|
4 |
+
tags:
|
5 |
+
- image-generation
|
6 |
+
- conditional-image-generation
|
7 |
+
- generative-model
|
8 |
+
license: cc-by-nc-4.0
|
9 |
+
library: pytorch
|
10 |
+
---
|
11 |
+
|
12 |
# <p align="center"> IC-GAN: Instance-Conditioned GAN </p>
|
13 |
Official Pytorch code of [Instance-Conditioned GAN](https://arxiv.org/abs/2109.05070) by Arantxa Casanova, Marlène Careil, Jakob Verbeek, Michał Drożdżal, Adriana Romero-Soriano.
|
14 |
![IC-GAN results](./figures/github_image.png?raw=true)
|
|
|
318 |
year={2021}
|
319 |
}
|
320 |
```
|
321 |
+
|