mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Get shapes from face_mesh with landmarks in desktop version

Open SergeyGalaxyOrsik opened this issue 1 year ago • 0 comments

I'm trying to get shapes like

classification {
  index: 49
  score: 0.69999576
  label: "mouthUpperUpRight"
}
classification {
  index: 50
  score: 3.5180938e-07
  label: "noseSneerLeft"
}
classification {
  index: 51
  score: 8.41376e-06
  label: "noseSneerRight"
}

I get this example from face_blendshapes_out.prototxt

And I don't know how to implement it in file like demo_run_graph_main.cc

SergeyGalaxyOrsik avatar Sep 27 '24 12:09 SergeyGalaxyOrsik