-
Notifications
You must be signed in to change notification settings - Fork 97
/
index.html
194 lines (147 loc) · 6.86 KB
/
index.html
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!doctype html>
<html>
<!------------------------------------------------------------------
H E A D
------------------------------------------------------------------>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>tfjs_webgl_app</title>
<link rel="stylesheet" href="third_party/github-markdown.css">
<style>
body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>
</head>
<!------------------------------------------------------------------
B O D Y
------------------------------------------------------------------>
<body>
<article class="markdown-body">
<h1><a id="user-content-tfjs_webgl_app" class="anchor" href="#tfjs_webgl_app" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
tfjs_webgl_app
</h1>
WebGL visualization apps using TensorFlow.js
<h2><a id="user-content-handpose" class="anchor" href="#handpose" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Handpose
</h2>
Live demo is <a href="./handpose/">here</a>.<br>
<a href="./handpose/">
<img border="0" src="./handpose/handpose.gif" width="244" alt="handpose">
</a>
<h2><a id="user-content-blazepose" class="anchor" href="#pose3d" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
3D Pose estimation
</h2>
Live demo is <a href="./pose_estimation_3d/">here</a>.<br>
<a href="./pose_estimation_3d/">
<img border="0" src="./pose_estimation_3d/pose_estimation_3d.gif" width="400" alt="pose3d">
</a>
<h2><a id="user-content-facemesh" class="anchor" href="#facemesh" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
FaceSwap (face-landmarks-detection)
</h2>
Live demo is <a href="./face_landmark/">here</a>.<br>
<a href="./face_landmark/">
<img border="0" src="./face_landmark/facemesh.gif" width="400" alt="face_landmark">
</a>
<h2><a id="user-content-face_portrait" class="anchor" href="#face_portrait" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
U^2-Net portrait drawing
</h2>
Live demo is <a href="./face_portrait/">here</a>.(not stable)<br>
<a href="./face_portrait/">
<img border="0" src="./face_portrait/face_portrait.gif" width="400" alt="face_portrait">
</a>
<h2><a id="user-content-blazepose" class="anchor" href="#blazepose" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Blazepose (upper_body)
</h2>
Live demo is <a href="./blazepose/">here</a>.<br>
<a href="./blazepose/">
<img border="0" src="./blazepose/blazepose.gif" width="300" alt="blazepose">
</a>
<h2><a id="user-content-blazepose-fullbody" class="anchor" href="#blazepose-fullbody" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Blazepose (full_body)
</h2>
Live demo is <a href="./blazepose_fullbody/">here</a>.<br>
<a href="./blazepose_fullbody/">
<img border="0" src="./blazepose_fullbody/blazepose_fullbody.gif" width="300" alt="blazepose-fullbody">
</a>
<h2><a id="user-content-face-segmentation" class="anchor" href="#face-segmentation" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Face Segmentation (BiseNetv2)
</h2>
Live demo is <a href="./face_segmentation/">here</a>.<br>
<a href="./face_segmentation/">
<img border="0" src="./face_segmentation/face_segmentation.gif" width="300" alt="face_segmentation">
</a>
<h2><a id="user-content-dense_depth" class="anchor" href="#dense_depth" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Depth Estimation (DenseDepth)
</h2>
Live demo is <a href="./dense_depth/">here</a>.<br>
<a href="./dense_depth/">
<img border="0" src="./dense_depth/dense_depth.gif" width="300" alt="dense_depth">
</a>
<h2><a id="user-content-dbface" class="anchor" href="#dbface" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Higher Accuracy Face Detection (DBFace)
</h2>
Live demo is <a href="./dbface/">here</a>.<br>
<a href="./dbface/">
<img border="0" src="./dbface/dbface.gif" width="300" alt="dbface">
</a>
<h2><a id="user-content-age-gender" class="anchor" href="#age-gender" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Age and Gender estimation
</h2>
Live demo is <a href="./face_inspector/">here</a>.<br>
<a href="./face_inspector/">
<img border="0" src="./face_inspector/face_inspector.gif" width="300" alt="face_inspector">
</a>
<h2><a id="user-content-classification" class="anchor" href="#classification" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Classification
</h2>
Live demo is <a href="./classification/">here</a>.<br>
<a href="./classification/">
<img border="0" src="./classification/classification.gif" width="300" alt="classification">
</a>
<!-----------------------------
Source code
----------------------------->
<h1><a id="user-content-source-code" class="anchor" href="#source-code" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Source code
</h1>
Javascript source code is <a href="https://github.com/terryky/tfjs_webgl_app">here</a>.<br>
<!-----------------------------
Acknowledgements
----------------------------->
<h1><a id="user-content-acknowledgements" class="anchor" href="#acknowledgements" aria-hidden="true">
<span class="octicon octicon-link"></span></a>
Acknowledgements
</h1>
<ul>
<li><a href="https://github.com/tensorflow/tfjs-models">https://github.com/tensorflow/tfjs-models</li>
<li><a href="https://github.com/google/mediapipe">https://github.com/google/mediapipe</li>
<li><a href="https://github.com/NathanUA/U-2-Net">https://github.com/NathanUA/U-2-Net</li>
<li><a href="https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/python_demos/human_pose_estimation_3d_demo">https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/python_demos/human_pose_estimation_3d_demo</li>
<li><a href="https://github.com/MaybeShewill-CV/bisenetv2-tensorflow">https://github.com/MaybeShewill-CV/bisenetv2-tensorflow</li>
<li><a href="https://github.com/ialhashim/DenseDepth">https://github.com/ialhashim/DenseDepth</li>
<li><a href="https://github.com/dlunion/DBFace">https://github.com/dlunion/DBFace</li>
<li><a href="https://github.com/yu4u/age-gender-estimation">https://github.com/yu4u/age-gender-estimation</li>
<li><a href="https://github.com/PINTO0309/PINTO_model_zoo">https://github.com/PINTO0309/PINTO_model_zoo</li>
</ul>
</article>
</body>
</html>