update html
Browse files- demo_header.html +3 -2
- demo_tools.html +7 -1
demo_header.html
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<div style="text-align: center;">
|
2 |
<h1>
|
3 |
-
Mediapipe 68-points facial
|
4 |
</h1>
|
5 |
<div class="grid-container">
|
6 |
-
<img src="https://akjava.github.io/AIDiagramChatWithVoice-FaceCharacter/webp/128/
|
7 |
|
8 |
<p class="text">
|
9 |
This Space use <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache 2.0</a> Licensed <a href="https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker">Mediapipe FaceLandmarker</a> <br>
|
@@ -11,6 +11,7 @@
|
|
11 |
I should clarify because it is confusing: I'm not using dlib's non-MIT licensed 68-point model at all.<br>
|
12 |
Contour points are not point-to-point mapping,because when face rotated some point move inside.<br>
|
13 |
Most of points are always divided equal for balancing when face rotated<br>
|
|
|
14 |
</p>
|
15 |
</div>
|
16 |
|
|
|
1 |
<div style="text-align: center;">
|
2 |
<h1>
|
3 |
+
Mediapipe 68-points facial Mask
|
4 |
</h1>
|
5 |
<div class="grid-container">
|
6 |
+
<img src="https://akjava.github.io/AIDiagramChatWithVoice-FaceCharacter/webp/128/00531245.webp" alt="Mediapipe Face Detection" class="image">
|
7 |
|
8 |
<p class="text">
|
9 |
This Space use <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache 2.0</a> Licensed <a href="https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker">Mediapipe FaceLandmarker</a> <br>
|
|
|
11 |
I should clarify because it is confusing: I'm not using dlib's non-MIT licensed 68-point model at all.<br>
|
12 |
Contour points are not point-to-point mapping,because when face rotated some point move inside.<br>
|
13 |
Most of points are always divided equal for balancing when face rotated<br>
|
14 |
+
I'll make mediapipe-468 mask version.
|
15 |
</p>
|
16 |
</div>
|
17 |
|
demo_tools.html
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
<div style="text-align: center;">
|
2 |
-
<p
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
<p></p>
|
4 |
</div>
|
|
|
1 |
<div style="text-align: center;">
|
2 |
+
<p>
|
3 |
+
<a href="https://huggingface.co/spaces/Akjava/mediapipe-face-detect">Mediapipe Face detector</a> |
|
4 |
+
<a href="https://huggingface.co/spaces/Akjava/mediapipe-face-crop-and-replace">Face Crop and Replace</a> |
|
5 |
+
<a href="https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-landmark">68 points landmark</a> |
|
6 |
+
<a href="https://huggingface.co/spaces/Akjava/mediapipe-68-points-facial-mask">Create 68 points Parts Mask</a> |
|
7 |
+
<a href="https://huggingface.co/spaces/Akjava/histgram-color-matching">Histgram Color Matching</a>
|
8 |
+
</p>
|
9 |
<p></p>
|
10 |
</div>
|