FreeHugsForRobots commited on
Commit
b115e88
·
verified ·
1 Parent(s): 4659512

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - onnx
5
+ - mediapipe
6
  ---
7
+
8
+ # ps-face-landmarks
9
+
10
+ Local face-landmark detection for the **DepthField Photo** desktop app, used by
11
+ the Smooth Skin feature to exclude eyes / brows / lips from the smoothing mask.
12
+
13
+ ## Contents & attribution
14
+
15
+ ### `face_landmarks_detector.onnx` — MediaPipe Face Mesh / Face Landmarker (478 points)
16
+ - **Original author:** Google
17
+ - **Source:** https://github.com/google-ai-edge/mediapipe
18
+ - **License:** Apache License 2.0 — https://www.apache.org/licenses/LICENSE-2.0
19
+ - **Modifications:** converted from the original TFLite model to ONNX.
20
+
21
+ ## License
22
+
23
+ Licensed under the Apache License, Version 2.0. A copy of the License is
24
+ available at https://www.apache.org/licenses/LICENSE-2.0. Distributed on an
25
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.