CoolFace
Apppublic

Akjava/mediapipe-68-points-facial-mask

sourceHugging Facemitupdated 2y agoView on Hugging Face
11likes
demo_header.html19 linesDownload Raw Back to root
1<div style="text-align: center;">2    <h1>3        Mediapipe 68-points facial Mask4    </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>10            One of json format is from MIT licensed <a href="https://github.com/ageitgey/face_recognition">face_recognition</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    18</div>19