Closed HarryWindsor closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Thank you, but I would prefer a solution. Someone must have tried to use FaceLandmarksSmoothing with FaceMesh.
@HarryWindsor, This is how you can try with FaceMesh . It was in selfie segmentation. But you can use the same calculator in your graph. Thanks!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
@HarryWindsor were you able to find a solution?
@ecartman2208 no I did not find a solution yet. Right now, I am working on the same problem in another repo https://github.com/61315/mediapipe-iris-ios/issues/2. But I habe the problem that I am Unable to find Calculator
.
EDIT I forgot to register the calculator. Now my last issue is how to get from NORM_FILTERED_LANDMARKS
to LANDMARKS
.
@61315 was able to set up a working graph. The only thing thats missing now are the right smoothing parameters for the one_euro_filter
. https://github.com/61315/mediapipe-iris-ios/issues/2#issuecomment-922240599
System information (Please provide as much relevant information as possible)
To reduce the jittering, I would like to use the FaceLandmarksSmoothing subgraph from face effect for face mesh. I am new to the concept of graphs and did not find any information how to modify
face_mesh_desktop.pbtxt
(is this the right one for FaceMesh?). The idea was already discussed, but on such a high level that I do not understand how to implement it.Thank you
EDIT: What I have tried so far: I copied
face_landmarks_smoothing.pbtxt
intomediapipe/modules/face_landmark
. I can build the python whl. But I don't think the landmakrs are smoother than before, I also tried to add some couts in C, but I see no prints in the console.