Rassibassi / mediapipeFacegeometryPython

47 stars 14 forks source link

procrustes_landmark_basis question #1

Open flynnamy opened 3 years ago

flynnamy commented 3 years ago

Hi, could you please tell me that how do you get procrustes_landmark_basis? How do you choose the points of landmark and how to set weight of each points?If I add more points or adjust weights,could it be better? @Rassibassi

Rassibassi commented 3 years ago

Hej,

I just took them from here: https://github.com/google/mediapipe/blob/master/mediapipe/modules/face_geometry/data/geometry_pipeline_metadata.pbtxt

Whether one could improve the algorithm with an other set of points and/or weights I don't know.

Hope that helps :)