Spaces:
Runtime error
Runtime error
Add files
Browse files- README.md +1 -1
- convert.sh +1 -0
- index.html +277 -22
- list.md +171 -0
- style.css +119 -18
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: List
|
3 |
emoji: 😻
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
|
|
1 |
---
|
2 |
+
title: List of Demos
|
3 |
emoji: 😻
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
convert.sh
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pandoc -f markdown -t html5 list.md -s -c style.css --metadata title="List of hysts' Spaces" -o index.html
|
index.html
CHANGED
@@ -1,24 +1,279 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8" />
|
5 |
+
<meta name="generator" content="pandoc" />
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
7 |
+
<title>List of hysts' Spaces</title>
|
8 |
+
<style>
|
9 |
+
code{white-space: pre-wrap;}
|
10 |
+
span.smallcaps{font-variant: small-caps;}
|
11 |
+
span.underline{text-decoration: underline;}
|
12 |
+
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
13 |
+
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
14 |
+
ul.task-list{list-style: none;}
|
15 |
+
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
16 |
+
</style>
|
17 |
+
<link rel="stylesheet" href="style.css" />
|
18 |
+
<!--[if lt IE 9]>
|
19 |
+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
20 |
+
<![endif]-->
|
21 |
+
</head>
|
22 |
+
<body>
|
23 |
+
<header id="title-block-header">
|
24 |
+
<h1 class="title">List of hysts' Spaces</h1>
|
25 |
+
</header>
|
26 |
+
<h2 id="personal-projects">Personal Projects</h2>
|
27 |
+
<div class="box">
|
28 |
+
<span class="box-title">Personal Projects</span>
|
29 |
+
<p>
|
30 |
+
<h3 id="repo">Repo</h3>
|
31 |
+
<ul>
|
32 |
+
<li><a href="https://huggingface.co/spaces/hysts/anime-face-detector-demo">Anime Face Detector</a>
|
33 |
+
<ul>
|
34 |
+
<li>https://github.com/hysts/anime-face-detector</li>
|
35 |
+
</ul></li>
|
36 |
+
</ul>
|
37 |
+
<h3 id="having-fun-with-the-tadne-this-anime-does-not-exist-model">Having Fun with the TADNE (This Anime Does Not Exist) model</h3>
|
38 |
+
<ul>
|
39 |
+
<li><a href="https://huggingface.co/spaces/hysts/TADNE">TADNE</a>
|
40 |
+
<ul>
|
41 |
+
<li>https://thisanimedoesnotexist.ai/</li>
|
42 |
+
</ul></li>
|
43 |
+
<li><a href="https://huggingface.co/spaces/hysts/TADNE-image-viewer">TADNE Image Viewer</a></li>
|
44 |
+
<li><a href="https://huggingface.co/spaces/hysts/TADNE-image-selector">TADNE Image Selector</a></li>
|
45 |
+
<li><a href="https://huggingface.co/spaces/hysts/TADNE-interpolation">TADNE Interpolation</a></li>
|
46 |
+
<li><a href="https://huggingface.co/spaces/hysts/TADNE-image-search-with-DeepDanbooru">TADNE Image Search with DeepDanbooru</a></li>
|
47 |
+
</ul>
|
48 |
+
<h3 id="stylegan3-experiments">StyleGAN3 Experiments</h3>
|
49 |
+
<ul>
|
50 |
+
<li><a href="https://huggingface.co/spaces/hysts/stylegan3-anime-face-exp001">StyleGAN3 Anime Face Generation (exp-001)</a></li>
|
51 |
+
<li><a href="https://huggingface.co/spaces/hysts/stylegan3-anime-face-exp002">StyleGAN3 Anime Face Generation (exp-002)</a></li>
|
52 |
+
<li><a href="https://huggingface.co/spaces/hysts/stylegan3-food101">StyleGAN3 Food101</a></li>
|
53 |
+
</ul>
|
54 |
+
</p>
|
55 |
+
</div>
|
56 |
+
<h2 id="unofficial-demo-apps-for-public-repositories">Unofficial Demo Apps for Public Repositories</h2>
|
57 |
+
<div class="box">
|
58 |
+
<span class="box-title">GANs</span>
|
59 |
+
<p>
|
60 |
+
<h3 id="gan-general">GAN (General)</h3>
|
61 |
+
<ul>
|
62 |
+
<li><a href="https://huggingface.co/spaces/hysts/Self-Distilled-StyleGAN">Self-Distilled StyleGAN</a>
|
63 |
+
<ul>
|
64 |
+
<li>https://github.com/self-distilled-stylegan/self-distilled-internet-photos</li>
|
65 |
+
<li>https://arxiv.org/abs/2202.12211</li>
|
66 |
+
</ul></li>
|
67 |
+
<li><a href="https://huggingface.co/spaces/hysts/StyleGAN-XL">StyleGAN-XL</a>
|
68 |
+
<ul>
|
69 |
+
<li>https://github.com/autonomousvision/stylegan_xl</li>
|
70 |
+
<li>https://arxiv.org/abs/2202.00273</li>
|
71 |
+
</ul></li>
|
72 |
+
<li><a href="https://huggingface.co/spaces/hysts/StyleSwin">StyleSwin</a>
|
73 |
+
<ul>
|
74 |
+
<li>https://github.com/microsoft/StyleSwin</li>
|
75 |
+
<li>https://arxiv.org/abs/2112.10762</li>
|
76 |
+
</ul></li>
|
77 |
+
<li><a href="https://huggingface.co/spaces/hysts/projected_gan">Projected GAN</a>
|
78 |
+
<ul>
|
79 |
+
<li>https://github.com/autonomousvision/projected_gan</li>
|
80 |
+
<li>https://arxiv.org/abs/2111.01007</li>
|
81 |
+
</ul></li>
|
82 |
+
<li><a href="https://huggingface.co/spaces/hysts/StyleGAN3">StyleGAN3</a>
|
83 |
+
<ul>
|
84 |
+
<li>https://github.com/NVlabs/stylegan3</li>
|
85 |
+
<li>https://arxiv.org/abs/2106.12423</li>
|
86 |
+
</ul></li>
|
87 |
+
<li><a href="https://huggingface.co/spaces/hysts/MobileStyleGAN">MobileStyleGAN</a>
|
88 |
+
<ul>
|
89 |
+
<li>https://github.com/bes-dev/MobileStyleGAN.pytorch</li>
|
90 |
+
<li>https://arxiv.org/abs/2104.04767</li>
|
91 |
+
</ul></li>
|
92 |
+
<li><a href="https://huggingface.co/spaces/hysts/StyleGAN2">StyleGAN2</a>
|
93 |
+
<ul>
|
94 |
+
<li>https://github.com/NVlabs/stylegan3</li>
|
95 |
+
<li>https://arxiv.org/abs/1912.04958</li>
|
96 |
+
</ul></li>
|
97 |
+
</ul>
|
98 |
+
<h3 id="gan-editing-controlling-etc.">GAN (Editing, Controlling etc.)</h3>
|
99 |
+
<ul>
|
100 |
+
<li><a href="https://huggingface.co/spaces/hysts/DualStyleGAN">DualStyleGAN</a>
|
101 |
+
<ul>
|
102 |
+
<li>https://github.com/williamyang1991/DualStyleGAN</li>
|
103 |
+
<li>https://arxiv.org/abs/2203.13248</li>
|
104 |
+
</ul></li>
|
105 |
+
<li><a href="https://huggingface.co/spaces/hysts/gan-control">GAN-Control</a>
|
106 |
+
<ul>
|
107 |
+
<li>https://github.com/amazon-research/gan-control</li>
|
108 |
+
<li>https://arxiv.org/abs/2101.02477</li>
|
109 |
+
</ul></li>
|
110 |
+
</ul>
|
111 |
+
</p>
|
112 |
+
</div>
|
113 |
+
<div class="box">
|
114 |
+
<span class="box-title">Face Detection, Human Pose Estimation etc.</span>
|
115 |
+
<p>
|
116 |
+
<h3 id="face-detectionalignment">Face Detection/Alignment</h3>
|
117 |
+
<ul>
|
118 |
+
<li><a href="https://huggingface.co/spaces/hysts/insightface-SCRFD">insightface SCRFD</a>
|
119 |
+
<ul>
|
120 |
+
<li>https://github.com/deepinsight/insightface/tree/master/detection/scrfd</li>
|
121 |
+
<li>https://arxiv.org/abs/2105.04714</li>
|
122 |
+
</ul></li>
|
123 |
+
<li><a href="https://huggingface.co/spaces/hysts/1adrianb-face-alignment">face-alignment</a>
|
124 |
+
<ul>
|
125 |
+
<li>https://github.com/1adrianb/face-alignment</li>
|
126 |
+
<li>https://arxiv.org/abs/1703.07332</li>
|
127 |
+
</ul></li>
|
128 |
+
<li><a href="https://huggingface.co/spaces/hysts/ibug-face_detection">ibug-group/face_detection</a>
|
129 |
+
<ul>
|
130 |
+
<li>https://github.com/ibug-group/face_detection</li>
|
131 |
+
</ul></li>
|
132 |
+
<li><a href="https://huggingface.co/spaces/hysts/ibug-face_alignment">ibug-group/face_alignment</a>
|
133 |
+
<ul>
|
134 |
+
<li>https://github.com/ibug-group/face_alignment</li>
|
135 |
+
</ul></li>
|
136 |
+
<li><a href="https://huggingface.co/spaces/hysts/atksh-onnx-facial-lmk-detector">atksh/onnx-facial-lmk-detector</a>
|
137 |
+
<ul>
|
138 |
+
<li>https://github.com/atksh/onnx-facial-lmk-detector</li>
|
139 |
+
</ul></li>
|
140 |
+
</ul>
|
141 |
+
<h3 id="face-detectionalignment-selfie">Face Detection/Alignment (Selfie)</h3>
|
142 |
+
<ul>
|
143 |
+
<li><a href="https://huggingface.co/spaces/hysts/mediapipe-face-mesh">MediaPipe Face Mesh</a>
|
144 |
+
<ul>
|
145 |
+
<li>https://github.com/google/mediapipe</li>
|
146 |
+
<li>https://arxiv.org/abs/1907.06724</li>
|
147 |
+
</ul></li>
|
148 |
+
<li><a href="https://huggingface.co/spaces/hysts/mediapipe-face-detection">MediaPipe Face Detection</a>
|
149 |
+
<ul>
|
150 |
+
<li>https://github.com/google/mediapipe</li>
|
151 |
+
<li>https://arxiv.org/abs/1907.05047</li>
|
152 |
+
</ul></li>
|
153 |
+
</ul>
|
154 |
+
<h3 id="face-parsing">Face Parsing</h3>
|
155 |
+
<ul>
|
156 |
+
<li><a href="https://huggingface.co/spaces/hysts/ibug-face_parsing">hhj1897/face_parsing</a>
|
157 |
+
<ul>
|
158 |
+
<li>https://github.com/hhj1897/face_parsing</li>
|
159 |
+
<li>https://arxiv.org/abs/2102.02717</li>
|
160 |
+
</ul></li>
|
161 |
+
<li><a href="https://huggingface.co/spaces/hysts/CelebAMask-HQ-Face-Parsing">CelebAMask-HQ</a>
|
162 |
+
<ul>
|
163 |
+
<li>https://github.com/switchablenorms/CelebAMask-HQ</li>
|
164 |
+
<li>https://arxiv.org/abs/1907.11922</li>
|
165 |
+
</ul></li>
|
166 |
+
</ul>
|
167 |
+
<h3 id="head-pose-estimation">Head Pose Estimation</h3>
|
168 |
+
<ul>
|
169 |
+
<li><a href="https://huggingface.co/spaces/hysts/Hopenet">Hopenet</a>
|
170 |
+
<ul>
|
171 |
+
<li>https://github.com/natanielruiz/deep-head-pose</li>
|
172 |
+
<li>https://arxiv.org/abs/1710.00925</li>
|
173 |
+
</ul></li>
|
174 |
+
</ul>
|
175 |
+
<h3 id="age-estimation">Age Estimation</h3>
|
176 |
+
<ul>
|
177 |
+
<li><a href="https://huggingface.co/spaces/hysts/ibug-fpage">FP-Age</a>
|
178 |
+
<ul>
|
179 |
+
<li>https://github.com/ibug-group/fpage</li>
|
180 |
+
<li>https://arxiv.org/abs/2106.11145</li>
|
181 |
+
</ul></li>
|
182 |
+
<li><a href="https://huggingface.co/spaces/hysts/age-estimation-APPA-REAL">yu4u/age-estimation-pytorch</a>
|
183 |
+
<ul>
|
184 |
+
<li>https://github.com/yu4u/age-estimation-pytorch</li>
|
185 |
+
</ul></li>
|
186 |
+
</ul>
|
187 |
+
<h3 id="emotion-recognition">Emotion Recognition</h3>
|
188 |
+
<ul>
|
189 |
+
<li><a href="https://huggingface.co/spaces/hysts/ibug-emotion_recognition">ibug-group/emotion_recognition</a>
|
190 |
+
<ul>
|
191 |
+
<li>https://github.com/ibug-group/emotion_recognition</li>
|
192 |
+
</ul></li>
|
193 |
+
</ul>
|
194 |
+
<h3 id="person-detection">Person Detection</h3>
|
195 |
+
<ul>
|
196 |
+
<li><a href="https://huggingface.co/spaces/hysts/insightface-person-detection">Person Detection (insightface, SCRFD)</a>
|
197 |
+
<ul>
|
198 |
+
<li>https://github.com/deepinsight/insightface/tree/master/examples/person_detection</li>
|
199 |
+
<li>https://arxiv.org/abs/2105.04714</li>
|
200 |
+
</ul></li>
|
201 |
+
</ul>
|
202 |
+
<h3 id="human-pose-estimation">Human Pose Estimation</h3>
|
203 |
+
<ul>
|
204 |
+
<li><a href="https://huggingface.co/spaces/hysts/mediapipe-pose-estimation">MediaPipe Pose Estimation</a>
|
205 |
+
<ul>
|
206 |
+
<li>https://github.com/google/mediapipe</li>
|
207 |
+
<li>https://arxiv.org/abs/2006.10204</li>
|
208 |
+
</ul></li>
|
209 |
+
</ul>
|
210 |
+
</p>
|
211 |
+
</div>
|
212 |
+
<div class="box">
|
213 |
+
<span class="box-title">Anime/Illustrations</span>
|
214 |
+
<p>
|
215 |
+
<h3 id="illustration-tagger">Illustration Tagger</h3>
|
216 |
+
<ul>
|
217 |
+
<li><a href="https://huggingface.co/spaces/hysts/danbooru-pretrained">RF5/danbooru-pretrained</a>
|
218 |
+
<ul>
|
219 |
+
<li>https://github.com/RF5/danbooru-pretrained</li>
|
220 |
+
</ul></li>
|
221 |
+
<li><a href="https://huggingface.co/spaces/hysts/DeepDanbooru">KichangKim/DeepDanbooru</a>
|
222 |
+
<ul>
|
223 |
+
<li>https://github.com/KichangKim/DeepDanbooru</li>
|
224 |
+
</ul></li>
|
225 |
+
<li><a href="https://huggingface.co/spaces/hysts/bizarre-pose-estimator-tagger">ShuhongChen/bizarre-pose-estimator (tagger)</a>
|
226 |
+
<ul>
|
227 |
+
<li>https://github.com/ShuhongChen/bizarre-pose-estimator</li>
|
228 |
+
<li>https://arxiv.org/abs/2108.01819</li>
|
229 |
+
</ul></li>
|
230 |
+
</ul>
|
231 |
+
<h3 id="anime-face-detection">Anime Face Detection</h3>
|
232 |
+
<ul>
|
233 |
+
<li><a href="https://huggingface.co/spaces/hysts/lbpcascade_animeface">nagadomi/lbpcascade_animeface</a>
|
234 |
+
<ul>
|
235 |
+
<li>https://github.com/nagadomi/lbpcascade_animeface</li>
|
236 |
+
</ul></li>
|
237 |
+
<li><a href="https://huggingface.co/spaces/hysts/yolov5_anime">zymk9/yolov5_anime</a>
|
238 |
+
<ul>
|
239 |
+
<li>https://github.com/zymk9/yolov5_anime</li>
|
240 |
+
</ul></li>
|
241 |
+
</ul>
|
242 |
+
<h3 id="anime-face-alignment">Anime Face Alignment</h3>
|
243 |
+
<ul>
|
244 |
+
<li><a href="https://huggingface.co/spaces/hysts/anime_face_landmark_detection">kanosawa/anime_face_landmark_detection</a>
|
245 |
+
<ul>
|
246 |
+
<li>https://github.com/kanosawa/anime_face_landmark_detection</li>
|
247 |
+
</ul></li>
|
248 |
+
</ul>
|
249 |
+
<h3 id="anime-character-segmentation">Anime Character Segmentation</h3>
|
250 |
+
<ul>
|
251 |
+
<li><a href="https://huggingface.co/spaces/hysts/Yet-Another-Anime-Segmenter">zymk9/Yet-Another-Anime-Segmenter</a>
|
252 |
+
<ul>
|
253 |
+
<li>https://github.com/zymk9/Yet-Another-Anime-Segmenter</li>
|
254 |
+
</ul></li>
|
255 |
+
<li><a href="https://huggingface.co/spaces/hysts/bizarre-pose-estimator-segmenter">ShuhongChen/bizarre-pose-estimator (segmenter)</a>
|
256 |
+
<ul>
|
257 |
+
<li>https://github.com/ShuhongChen/bizarre-pose-estimator</li>
|
258 |
+
<li>https://arxiv.org/abs/2108.01819</li>
|
259 |
+
</ul></li>
|
260 |
+
</ul>
|
261 |
+
<h3 id="sketch">Sketch</h3>
|
262 |
+
<ul>
|
263 |
+
<li><a href="https://huggingface.co/spaces/hysts/Anime2Sketch">Mukosame/Anime2Sketch</a>
|
264 |
+
<ul>
|
265 |
+
<li>https://github.com/Mukosame/Anime2Sketch</li>
|
266 |
+
<li>https://arxiv.org/abs/2104.05703</li>
|
267 |
+
</ul></li>
|
268 |
+
</ul>
|
269 |
+
<h3 id="ocr">OCR</h3>
|
270 |
+
<ul>
|
271 |
+
<li><a href="https://huggingface.co/spaces/hysts/Manga-OCR">kha-white/manga-ocr</a>
|
272 |
+
<ul>
|
273 |
+
<li>https://github.com/kha-white/manga-ocr</li>
|
274 |
+
</ul></li>
|
275 |
+
</ul>
|
276 |
+
</p>
|
277 |
+
</div>
|
278 |
+
</body>
|
279 |
</html>
|
list.md
ADDED
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Personal Projects
|
2 |
+
|
3 |
+
<div class="box">
|
4 |
+
<span class="box-title">Personal Projects</span>
|
5 |
+
<p>
|
6 |
+
|
7 |
+
### Repo
|
8 |
+
- [Anime Face Detector](https://huggingface.co/spaces/hysts/anime-face-detector-demo)
|
9 |
+
- https://github.com/hysts/anime-face-detector
|
10 |
+
|
11 |
+
### Having Fun with the TADNE (This Anime Does Not Exist) model
|
12 |
+
- [TADNE](https://huggingface.co/spaces/hysts/TADNE)
|
13 |
+
- https://thisanimedoesnotexist.ai/
|
14 |
+
- [TADNE Image Viewer](https://huggingface.co/spaces/hysts/TADNE-image-viewer)
|
15 |
+
- [TADNE Image Selector](https://huggingface.co/spaces/hysts/TADNE-image-selector)
|
16 |
+
- [TADNE Interpolation](https://huggingface.co/spaces/hysts/TADNE-interpolation)
|
17 |
+
- [TADNE Image Search with DeepDanbooru](https://huggingface.co/spaces/hysts/TADNE-image-search-with-DeepDanbooru)
|
18 |
+
|
19 |
+
### StyleGAN3 Experiments
|
20 |
+
- [StyleGAN3 Anime Face Generation (exp-001)](https://huggingface.co/spaces/hysts/stylegan3-anime-face-exp001)
|
21 |
+
- [StyleGAN3 Anime Face Generation (exp-002)](https://huggingface.co/spaces/hysts/stylegan3-anime-face-exp002)
|
22 |
+
- [StyleGAN3 Food101](https://huggingface.co/spaces/hysts/stylegan3-food101)
|
23 |
+
|
24 |
+
</p>
|
25 |
+
</div>
|
26 |
+
|
27 |
+
## Unofficial Demo Apps for Public Repositories
|
28 |
+
|
29 |
+
<div class="box">
|
30 |
+
<span class="box-title">GANs</span>
|
31 |
+
<p>
|
32 |
+
|
33 |
+
### GAN (General)
|
34 |
+
- [Self-Distilled StyleGAN](https://huggingface.co/spaces/hysts/Self-Distilled-StyleGAN)
|
35 |
+
- https://github.com/self-distilled-stylegan/self-distilled-internet-photos
|
36 |
+
- https://arxiv.org/abs/2202.12211
|
37 |
+
- [StyleGAN-XL](https://huggingface.co/spaces/hysts/StyleGAN-XL)
|
38 |
+
- https://github.com/autonomousvision/stylegan_xl
|
39 |
+
- https://arxiv.org/abs/2202.00273
|
40 |
+
- [StyleSwin](https://huggingface.co/spaces/hysts/StyleSwin)
|
41 |
+
- https://github.com/microsoft/StyleSwin
|
42 |
+
- https://arxiv.org/abs/2112.10762
|
43 |
+
- [Projected GAN](https://huggingface.co/spaces/hysts/projected_gan)
|
44 |
+
- https://github.com/autonomousvision/projected_gan
|
45 |
+
- https://arxiv.org/abs/2111.01007
|
46 |
+
- [StyleGAN3](https://huggingface.co/spaces/hysts/StyleGAN3)
|
47 |
+
- https://github.com/NVlabs/stylegan3
|
48 |
+
- https://arxiv.org/abs/2106.12423
|
49 |
+
- [MobileStyleGAN](https://huggingface.co/spaces/hysts/MobileStyleGAN)
|
50 |
+
- https://github.com/bes-dev/MobileStyleGAN.pytorch
|
51 |
+
- https://arxiv.org/abs/2104.04767
|
52 |
+
- [StyleGAN2](https://huggingface.co/spaces/hysts/StyleGAN2)
|
53 |
+
- https://github.com/NVlabs/stylegan3
|
54 |
+
- https://arxiv.org/abs/1912.04958
|
55 |
+
|
56 |
+
### GAN (Editing, Controlling etc.)
|
57 |
+
- [DualStyleGAN](https://huggingface.co/spaces/hysts/DualStyleGAN)
|
58 |
+
- https://github.com/williamyang1991/DualStyleGAN
|
59 |
+
- https://arxiv.org/abs/2203.13248
|
60 |
+
- [GAN-Control](https://huggingface.co/spaces/hysts/gan-control)
|
61 |
+
- https://github.com/amazon-research/gan-control
|
62 |
+
- https://arxiv.org/abs/2101.02477
|
63 |
+
|
64 |
+
</p>
|
65 |
+
</div>
|
66 |
+
|
67 |
+
<div class="box">
|
68 |
+
<span class="box-title">Face Detection, Human Pose Estimation etc.</span>
|
69 |
+
<p>
|
70 |
+
|
71 |
+
### Face Detection/Alignment
|
72 |
+
- [insightface SCRFD](https://huggingface.co/spaces/hysts/insightface-SCRFD)
|
73 |
+
- https://github.com/deepinsight/insightface/tree/master/detection/scrfd
|
74 |
+
- https://arxiv.org/abs/2105.04714
|
75 |
+
- [face-alignment](https://huggingface.co/spaces/hysts/1adrianb-face-alignment)
|
76 |
+
- https://github.com/1adrianb/face-alignment
|
77 |
+
- https://arxiv.org/abs/1703.07332
|
78 |
+
- [ibug-group/face_detection](https://huggingface.co/spaces/hysts/ibug-face_detection)
|
79 |
+
- https://github.com/ibug-group/face_detection
|
80 |
+
- [ibug-group/face_alignment](https://huggingface.co/spaces/hysts/ibug-face_alignment)
|
81 |
+
- https://github.com/ibug-group/face_alignment
|
82 |
+
- [atksh/onnx-facial-lmk-detector](https://huggingface.co/spaces/hysts/atksh-onnx-facial-lmk-detector)
|
83 |
+
- https://github.com/atksh/onnx-facial-lmk-detector
|
84 |
+
|
85 |
+
### Face Detection/Alignment (Selfie)
|
86 |
+
- [MediaPipe Face Mesh](https://huggingface.co/spaces/hysts/mediapipe-face-mesh)
|
87 |
+
- https://github.com/google/mediapipe
|
88 |
+
- https://arxiv.org/abs/1907.06724
|
89 |
+
- [MediaPipe Face Detection](https://huggingface.co/spaces/hysts/mediapipe-face-detection)
|
90 |
+
- https://github.com/google/mediapipe
|
91 |
+
- https://arxiv.org/abs/1907.05047
|
92 |
+
|
93 |
+
### Face Parsing
|
94 |
+
- [hhj1897/face_parsing](https://huggingface.co/spaces/hysts/ibug-face_parsing)
|
95 |
+
- https://github.com/hhj1897/face_parsing
|
96 |
+
- https://arxiv.org/abs/2102.02717
|
97 |
+
- [CelebAMask-HQ](https://huggingface.co/spaces/hysts/CelebAMask-HQ-Face-Parsing)
|
98 |
+
- https://github.com/switchablenorms/CelebAMask-HQ
|
99 |
+
- https://arxiv.org/abs/1907.11922
|
100 |
+
|
101 |
+
### Head Pose Estimation
|
102 |
+
- [Hopenet](https://huggingface.co/spaces/hysts/Hopenet)
|
103 |
+
- https://github.com/natanielruiz/deep-head-pose
|
104 |
+
- https://arxiv.org/abs/1710.00925
|
105 |
+
|
106 |
+
### Age Estimation
|
107 |
+
- [FP-Age](https://huggingface.co/spaces/hysts/ibug-fpage)
|
108 |
+
- https://github.com/ibug-group/fpage
|
109 |
+
- https://arxiv.org/abs/2106.11145
|
110 |
+
- [yu4u/age-estimation-pytorch](https://huggingface.co/spaces/hysts/age-estimation-APPA-REAL)
|
111 |
+
- https://github.com/yu4u/age-estimation-pytorch
|
112 |
+
|
113 |
+
### Emotion Recognition
|
114 |
+
- [ibug-group/emotion_recognition](https://huggingface.co/spaces/hysts/ibug-emotion_recognition)
|
115 |
+
- https://github.com/ibug-group/emotion_recognition
|
116 |
+
|
117 |
+
### Person Detection
|
118 |
+
- [Person Detection (insightface, SCRFD)](https://huggingface.co/spaces/hysts/insightface-person-detection)
|
119 |
+
- https://github.com/deepinsight/insightface/tree/master/examples/person_detection
|
120 |
+
- https://arxiv.org/abs/2105.04714
|
121 |
+
|
122 |
+
### Human Pose Estimation
|
123 |
+
- [MediaPipe Pose Estimation](https://huggingface.co/spaces/hysts/mediapipe-pose-estimation)
|
124 |
+
- https://github.com/google/mediapipe
|
125 |
+
- https://arxiv.org/abs/2006.10204
|
126 |
+
|
127 |
+
</p>
|
128 |
+
</div>
|
129 |
+
|
130 |
+
<div class="box">
|
131 |
+
<span class="box-title">Anime/Illustrations</span>
|
132 |
+
<p>
|
133 |
+
|
134 |
+
### Illustration Tagger
|
135 |
+
- [RF5/danbooru-pretrained](https://huggingface.co/spaces/hysts/danbooru-pretrained)
|
136 |
+
- https://github.com/RF5/danbooru-pretrained
|
137 |
+
- [KichangKim/DeepDanbooru](https://huggingface.co/spaces/hysts/DeepDanbooru)
|
138 |
+
- https://github.com/KichangKim/DeepDanbooru
|
139 |
+
- [ShuhongChen/bizarre-pose-estimator (tagger)](https://huggingface.co/spaces/hysts/bizarre-pose-estimator-tagger)
|
140 |
+
- https://github.com/ShuhongChen/bizarre-pose-estimator
|
141 |
+
- https://arxiv.org/abs/2108.01819
|
142 |
+
|
143 |
+
### Anime Face Detection
|
144 |
+
- [nagadomi/lbpcascade_animeface](https://huggingface.co/spaces/hysts/lbpcascade_animeface)
|
145 |
+
- https://github.com/nagadomi/lbpcascade_animeface
|
146 |
+
- [zymk9/yolov5_anime](https://huggingface.co/spaces/hysts/yolov5_anime)
|
147 |
+
- https://github.com/zymk9/yolov5_anime
|
148 |
+
|
149 |
+
### Anime Face Alignment
|
150 |
+
- [kanosawa/anime_face_landmark_detection](https://huggingface.co/spaces/hysts/anime_face_landmark_detection)
|
151 |
+
- https://github.com/kanosawa/anime_face_landmark_detection
|
152 |
+
|
153 |
+
### Anime Character Segmentation
|
154 |
+
- [zymk9/Yet-Another-Anime-Segmenter](https://huggingface.co/spaces/hysts/Yet-Another-Anime-Segmenter)
|
155 |
+
- https://github.com/zymk9/Yet-Another-Anime-Segmenter
|
156 |
+
- [ShuhongChen/bizarre-pose-estimator (segmenter)](https://huggingface.co/spaces/hysts/bizarre-pose-estimator-segmenter)
|
157 |
+
- https://github.com/ShuhongChen/bizarre-pose-estimator
|
158 |
+
- https://arxiv.org/abs/2108.01819
|
159 |
+
|
160 |
+
### Sketch
|
161 |
+
- [Mukosame/Anime2Sketch](https://huggingface.co/spaces/hysts/Anime2Sketch)
|
162 |
+
- https://github.com/Mukosame/Anime2Sketch
|
163 |
+
- https://arxiv.org/abs/2104.05703
|
164 |
+
|
165 |
+
### OCR
|
166 |
+
- [kha-white/manga-ocr](https://huggingface.co/spaces/hysts/Manga-OCR)
|
167 |
+
- https://github.com/kha-white/manga-ocr
|
168 |
+
|
169 |
+
</p>
|
170 |
+
</div>
|
171 |
+
|
style.css
CHANGED
@@ -1,28 +1,129 @@
|
|
1 |
body {
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
}
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
9 |
}
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
margin-bottom: 10px;
|
15 |
-
margin-top: 5px;
|
16 |
}
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
margin: 0 auto;
|
21 |
-
padding: 16px;
|
22 |
-
border: 1px solid lightgray;
|
23 |
-
border-radius: 16px;
|
24 |
}
|
25 |
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
}
|
|
|
1 |
body {
|
2 |
+
margin: 0;
|
3 |
+
margin-left: 30px;
|
4 |
+
margin-right: 30px;
|
5 |
+
margin-bottom: 30px;
|
6 |
+
color: #c9d1d9;
|
7 |
+
background-color: #0d1117;
|
8 |
+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
|
9 |
+
font-size: 16px;
|
10 |
+
line-height: 1.5;
|
11 |
+
word-wrap: break-word;
|
12 |
}
|
13 |
|
14 |
+
body a {
|
15 |
+
background-color: transparent;
|
16 |
+
color: #58a6ff;
|
17 |
+
text-decoration: none;
|
18 |
}
|
19 |
|
20 |
+
body a:active,
|
21 |
+
body a:hover {
|
22 |
+
outline-width: 0;
|
|
|
|
|
23 |
}
|
24 |
|
25 |
+
body a:hover {
|
26 |
+
text-decoration: underline;
|
|
|
|
|
|
|
|
|
27 |
}
|
28 |
|
29 |
+
body h1,
|
30 |
+
body h2,
|
31 |
+
body h3,
|
32 |
+
body h4,
|
33 |
+
body h5,
|
34 |
+
body h6 {
|
35 |
+
margin-top: 24px;
|
36 |
+
margin-bottom: 16px;
|
37 |
+
font-weight: 600;
|
38 |
+
line-height: 1.25;
|
39 |
+
}
|
40 |
+
|
41 |
+
body h1 {
|
42 |
+
font-weight: 600;
|
43 |
+
font-size: 2em;
|
44 |
+
text-align: center;
|
45 |
+
}
|
46 |
+
|
47 |
+
body h2 {
|
48 |
+
font-weight: 600;
|
49 |
+
font-size: 1.75em;
|
50 |
+
padding-bottom: .3em;
|
51 |
+
border-bottom: 1px solid #21262d;
|
52 |
+
}
|
53 |
+
|
54 |
+
body h3 {
|
55 |
+
font-weight: 600;
|
56 |
+
font-size: 1.25em;
|
57 |
+
}
|
58 |
+
|
59 |
+
body h4 {
|
60 |
+
font-weight: 600;
|
61 |
+
font-size: 1em;
|
62 |
+
}
|
63 |
+
|
64 |
+
body p {
|
65 |
+
margin-top: 0;
|
66 |
+
margin-bottom: 10px;
|
67 |
+
}
|
68 |
+
|
69 |
+
body ul,
|
70 |
+
body ol {
|
71 |
+
margin-top: 0;
|
72 |
+
margin-bottom: 0;
|
73 |
+
padding-left: 2em;
|
74 |
+
}
|
75 |
+
|
76 |
+
body ol ol,
|
77 |
+
body ul ol {
|
78 |
+
list-style-type: lower-roman;
|
79 |
+
}
|
80 |
+
|
81 |
+
body ul ul ol,
|
82 |
+
body ul ol ol,
|
83 |
+
body ol ul ol,
|
84 |
+
body ol ol ol {
|
85 |
+
list-style-type: lower-alpha;
|
86 |
+
}
|
87 |
+
|
88 |
+
body ul ul,
|
89 |
+
body ul ol,
|
90 |
+
body ol ol,
|
91 |
+
body ol ul {
|
92 |
+
margin-top: 0;
|
93 |
+
margin-bottom: 0;
|
94 |
+
}
|
95 |
+
|
96 |
+
body li>p {
|
97 |
+
margin-top: 16px;
|
98 |
+
}
|
99 |
+
|
100 |
+
body li+li {
|
101 |
+
margin-top: .25em;
|
102 |
+
}
|
103 |
+
|
104 |
+
body .box {
|
105 |
+
position: relative;
|
106 |
+
padding: 0.5em 1em;
|
107 |
+
margin: 2em 0;
|
108 |
+
font-weight: bold;
|
109 |
+
border: solid 3px #6091d3;
|
110 |
+
}
|
111 |
+
|
112 |
+
body .box .box-title {
|
113 |
+
position: absolute;
|
114 |
+
display: inline-block;
|
115 |
+
top: -2px;
|
116 |
+
left: -2px;
|
117 |
+
padding: 0 9px;
|
118 |
+
height: 28px;
|
119 |
+
line-height: 25px;
|
120 |
+
font-size: 1.5em;
|
121 |
+
background: #6091d3;
|
122 |
+
color: #ffffff;
|
123 |
+
font-weight: bold;
|
124 |
+
}
|
125 |
+
|
126 |
+
body .box p {
|
127 |
+
margin: 0;
|
128 |
+
padding: 0;
|
129 |
}
|