File size: 1,158 Bytes
1deaf2f
f63a293
 
 
 
 
 
1deaf2f
 
f63a293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e9365d
f63a293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
tags:
- huggan
- gan
# See a list of available tags here:
# https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts#L12
# task: unconditional-image-generation or conditional-image-generation or image-to-image
license: mit
---

# Generate face images from the sketch using TediGAN

## Model description

[TediGAN model](https://arxiv.org/abs/2012.03308)


#### How to use

```python
# You can include sample code which will be formatted
```

## Generated Images

![Example image](https://github.com/IIGROUP/TediGAN/raw/main/asserts/results/free-hand-skt.png)

### BibTeX entry and citation info

```bibtex
@inproceedings{xia2021tedigan,
  title={TediGAN: Text-Guided Diverse Face Image Generation and Manipulation},
  author={Xia, Weihao and Yang, Yujiu and Xue, Jing-Hao and Wu, Baoyuan},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2021}
}

@article{xia2021open,
  title={Towards Open-World Text-Guided Face Image Generation and Manipulation},
  author={Xia, Weihao and Yang, Yujiu and Xue, Jing-Hao and Wu, Baoyuan},
  journal={arxiv preprint arxiv: 2104.08910},
  year={2021}
}
```