File size: 876 Bytes
e3e4e64
 
 
 
 
531da56
e3e4e64
 
 
 
bb35d95
e3e4e64
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div style="text-align: center;">
    <h1>
        Mediapipe Face Landmark/Skin Transform
    </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="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>
            This's not a face swap, it's more like applying A's skin to B's face.<br>
            To make face-swap I need to find a way to keep face-balnaces.<br>
            technically cv2.warpAffine + blend-rgb is enough quality<br>
            numpy + numba is fast than expected<br>
        </p>
    </div>
    
</div>