vgvm
commited on
Commit
•
4f9044e
1
Parent(s):
863686e
update the documentation
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Face
|
3 |
emoji: 🐢
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
@@ -10,8 +10,7 @@ pinned: false
|
|
10 |
duplicated_from: verkaDerkaDerk/face-image-to-face-obj
|
11 |
---
|
12 |
|
13 |
-
Uses MediaPipe to detect a face in an image
|
14 |
-
Currently saves to OBJ, hopefully glb at some point with color data.
|
15 |
The 3d viewer has Y pointing the opposite direction from Blender, so ya hafta spin it.
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Face Mesh Workflow
|
3 |
emoji: 🐢
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
|
|
10 |
duplicated_from: verkaDerkaDerk/face-image-to-face-obj
|
11 |
---
|
12 |
|
13 |
+
Uses MediaPipe to detect a face in an image the allows you to combined it's depth estimation with those from Zoe and Midas.
|
|
|
14 |
The 3d viewer has Y pointing the opposite direction from Blender, so ya hafta spin it.
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|