mediapipe-face-detect / demo_header.html
Akjava's picture
fix no image
c7b53b8
raw
history blame
915 Bytes
<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>