Spaces:
Runtime error
Runtime error
File size: 915 Bytes
0dda723 ae6ad89 0dda723 c7b53b8 ae6ad89 c7b53b8 ae6ad89 0dda723 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<div style="text-align: center;">
<h1>
Mediapipe Face Detect
</h1>
<div class="grid-container">
<img src="https://akjava.github.io/AIDiagramChatWithVoice-FaceCharacter/webp/128/00191245_09_00002200.webp" alt="Mediapipe Face Detection" class="image">
<p class="text">
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>
type-1 is minimum face detection for inner face point like dlib-5-point<br>
type-2 is standard face detection + marging will works well<br>
type-3 is mediapipe-landmarks maximum outside<br>
square shape:some trainer need square shape like dlib<br>
</p>
</div>
</div>
|