File size: 7,292 Bytes
45d251c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
## Personal Projects

<div class="box">
<span class="box-title">Personal Projects</span>
<p>

### Repo
- [Anime Face Detector](https://huggingface.co/spaces/hysts/anime-face-detector-demo)
    - https://github.com/hysts/anime-face-detector

### Having Fun with the TADNE (This Anime Does Not Exist) model
- [TADNE](https://huggingface.co/spaces/hysts/TADNE)
    - https://thisanimedoesnotexist.ai/
- [TADNE Image Viewer](https://huggingface.co/spaces/hysts/TADNE-image-viewer)
- [TADNE Image Selector](https://huggingface.co/spaces/hysts/TADNE-image-selector)
- [TADNE Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
- [TADNE Image Search with DeepDanbooru](https://huggingface.co/spaces/hysts/TADNE-image-search-with-DeepDanbooru)

### StyleGAN3 Experiments
- [StyleGAN3 Anime Face Generation (exp-001)](https://huggingface.co/spaces/hysts/stylegan3-anime-face-exp001)
- [StyleGAN3 Anime Face Generation (exp-002)](https://huggingface.co/spaces/hysts/stylegan3-anime-face-exp002)
- [StyleGAN3 Food101](https://huggingface.co/spaces/hysts/stylegan3-food101)

</p>
</div>

## Unofficial Demo Apps for Public Repositories

<div class="box">
<span class="box-title">GANs</span>
<p>

### GAN (General)
- [Self-Distilled StyleGAN](https://huggingface.co/spaces/hysts/Self-Distilled-StyleGAN)
    - https://github.com/self-distilled-stylegan/self-distilled-internet-photos
    - https://arxiv.org/abs/2202.12211
- [StyleGAN-XL](https://huggingface.co/spaces/hysts/StyleGAN-XL)
    - https://github.com/autonomousvision/stylegan_xl
    - https://arxiv.org/abs/2202.00273
- [StyleSwin](https://huggingface.co/spaces/hysts/StyleSwin)
    - https://github.com/microsoft/StyleSwin
    - https://arxiv.org/abs/2112.10762
- [Projected GAN](https://huggingface.co/spaces/hysts/projected_gan)
    - https://github.com/autonomousvision/projected_gan
    - https://arxiv.org/abs/2111.01007
- [StyleGAN3](https://huggingface.co/spaces/hysts/StyleGAN3)
    - https://github.com/NVlabs/stylegan3
    - https://arxiv.org/abs/2106.12423
- [MobileStyleGAN](https://huggingface.co/spaces/hysts/MobileStyleGAN)
    - https://github.com/bes-dev/MobileStyleGAN.pytorch
    - https://arxiv.org/abs/2104.04767
- [StyleGAN2](https://huggingface.co/spaces/hysts/StyleGAN2)
    - https://github.com/NVlabs/stylegan3
    - https://arxiv.org/abs/1912.04958

### GAN (Editing, Controlling etc.)
- [DualStyleGAN](https://huggingface.co/spaces/hysts/DualStyleGAN)
    - https://github.com/williamyang1991/DualStyleGAN
    - https://arxiv.org/abs/2203.13248
- [GAN-Control](https://huggingface.co/spaces/hysts/gan-control)
    - https://github.com/amazon-research/gan-control
    - https://arxiv.org/abs/2101.02477

</p>
</div>

<div class="box">
<span class="box-title">Face Detection, Human Pose Estimation etc.</span>
<p>

### Face Detection/Alignment
- [insightface SCRFD](https://huggingface.co/spaces/hysts/insightface-SCRFD)
    - https://github.com/deepinsight/insightface/tree/master/detection/scrfd
    - https://arxiv.org/abs/2105.04714
- [face-alignment](https://huggingface.co/spaces/hysts/1adrianb-face-alignment)
    - https://github.com/1adrianb/face-alignment
    - https://arxiv.org/abs/1703.07332
- [ibug-group/face_detection](https://huggingface.co/spaces/hysts/ibug-face_detection)
    - https://github.com/ibug-group/face_detection
- [ibug-group/face_alignment](https://huggingface.co/spaces/hysts/ibug-face_alignment)
    - https://github.com/ibug-group/face_alignment
- [atksh/onnx-facial-lmk-detector](https://huggingface.co/spaces/hysts/atksh-onnx-facial-lmk-detector)
    - https://github.com/atksh/onnx-facial-lmk-detector

### Face Detection/Alignment (Selfie)
- [MediaPipe Face Mesh](https://huggingface.co/spaces/hysts/mediapipe-face-mesh)
    - https://github.com/google/mediapipe
    - https://arxiv.org/abs/1907.06724
- [MediaPipe Face Detection](https://huggingface.co/spaces/hysts/mediapipe-face-detection)
    - https://github.com/google/mediapipe
    - https://arxiv.org/abs/1907.05047

### Face Parsing
- [hhj1897/face_parsing](https://huggingface.co/spaces/hysts/ibug-face_parsing)
    - https://github.com/hhj1897/face_parsing
    - https://arxiv.org/abs/2102.02717
- [CelebAMask-HQ](https://huggingface.co/spaces/hysts/CelebAMask-HQ-Face-Parsing)
    - https://github.com/switchablenorms/CelebAMask-HQ
    - https://arxiv.org/abs/1907.11922

### Head Pose Estimation
- [Hopenet](https://huggingface.co/spaces/hysts/Hopenet)
    - https://github.com/natanielruiz/deep-head-pose
    - https://arxiv.org/abs/1710.00925

### Age Estimation
- [FP-Age](https://huggingface.co/spaces/hysts/ibug-fpage)
    - https://github.com/ibug-group/fpage
    - https://arxiv.org/abs/2106.11145
- [yu4u/age-estimation-pytorch](https://huggingface.co/spaces/hysts/age-estimation-APPA-REAL)
    - https://github.com/yu4u/age-estimation-pytorch

### Emotion Recognition
- [ibug-group/emotion_recognition](https://huggingface.co/spaces/hysts/ibug-emotion_recognition)
    - https://github.com/ibug-group/emotion_recognition

### Person Detection
- [Person Detection (insightface, SCRFD)](https://huggingface.co/spaces/hysts/insightface-person-detection)
    - https://github.com/deepinsight/insightface/tree/master/examples/person_detection
    - https://arxiv.org/abs/2105.04714

### Human Pose Estimation
- [MediaPipe Pose Estimation](https://huggingface.co/spaces/hysts/mediapipe-pose-estimation)
    - https://github.com/google/mediapipe
    - https://arxiv.org/abs/2006.10204

</p>
</div>

<div class="box">
<span class="box-title">Anime/Illustrations</span>
<p>

### Illustration Tagger
- [RF5/danbooru-pretrained](https://huggingface.co/spaces/hysts/danbooru-pretrained)
    - https://github.com/RF5/danbooru-pretrained
- [KichangKim/DeepDanbooru](https://huggingface.co/spaces/hysts/DeepDanbooru)
    - https://github.com/KichangKim/DeepDanbooru
- [ShuhongChen/bizarre-pose-estimator (tagger)](https://huggingface.co/spaces/hysts/bizarre-pose-estimator-tagger)
    - https://github.com/ShuhongChen/bizarre-pose-estimator
    - https://arxiv.org/abs/2108.01819

### Anime Face Detection
- [nagadomi/lbpcascade_animeface](https://huggingface.co/spaces/hysts/lbpcascade_animeface)
    - https://github.com/nagadomi/lbpcascade_animeface
- [zymk9/yolov5_anime](https://huggingface.co/spaces/hysts/yolov5_anime)
    - https://github.com/zymk9/yolov5_anime

### Anime Face Alignment
- [kanosawa/anime_face_landmark_detection](https://huggingface.co/spaces/hysts/anime_face_landmark_detection)
    - https://github.com/kanosawa/anime_face_landmark_detection

### Anime Character Segmentation
- [zymk9/Yet-Another-Anime-Segmenter](https://huggingface.co/spaces/hysts/Yet-Another-Anime-Segmenter)
    - https://github.com/zymk9/Yet-Another-Anime-Segmenter
- [ShuhongChen/bizarre-pose-estimator (segmenter)](https://huggingface.co/spaces/hysts/bizarre-pose-estimator-segmenter)
    - https://github.com/ShuhongChen/bizarre-pose-estimator
    - https://arxiv.org/abs/2108.01819

### Sketch
- [Mukosame/Anime2Sketch](https://huggingface.co/spaces/hysts/Anime2Sketch)
    - https://github.com/Mukosame/Anime2Sketch
    - https://arxiv.org/abs/2104.05703

### OCR
- [kha-white/manga-ocr](https://huggingface.co/spaces/hysts/Manga-OCR)
    - https://github.com/kha-white/manga-ocr

</p>
</div>