Spaces:
Runtime error
Runtime error
fix no image
Browse files- demo_header.html +3 -2
demo_header.html
CHANGED
@@ -6,9 +6,10 @@
|
|
6 |
<img src="https://akjava.github.io/AIDiagramChatWithVoice-FaceCharacter/webp/128/00191245_09_00002200.webp" alt="Mediapipe Face Detection" class="image">
|
7 |
|
8 |
<p class="text">
|
9 |
-
This Space use <a href="https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker">Mediapipe face landmark detection model</a> which licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache 2.0 License</a>
|
|
|
10 |
type-1 is minimum face detection for inner face point like dlib-5-point<br>
|
11 |
-
type-2 is standard face detection + marging works well<br>
|
12 |
type-3 is mediapipe-landmarks maximum outside<br>
|
13 |
square shape:some trainer need square shape like dlib<br>
|
14 |
</p>
|
|
|
6 |
<img src="https://akjava.github.io/AIDiagramChatWithVoice-FaceCharacter/webp/128/00191245_09_00002200.webp" alt="Mediapipe Face Detection" class="image">
|
7 |
|
8 |
<p class="text">
|
9 |
+
This Space use <a href="https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker">Mediapipe face landmark detection model</a> which licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache 2.0 License</a><br>
|
10 |
+
|
11 |
type-1 is minimum face detection for inner face point like dlib-5-point<br>
|
12 |
+
type-2 is standard face detection + marging will works well<br>
|
13 |
type-3 is mediapipe-landmarks maximum outside<br>
|
14 |
square shape:some trainer need square shape like dlib<br>
|
15 |
</p>
|