Slide 49
Slide 49 text
146個の点は、ソースに配列で書かれている
static constexpr std::array
kLandmarksSubsetIdxs = {
0, 1, 4, 5, 6, 7, 8, 10, 13, 14,
17, 21, 33, 37, 39, 40, 46, 52, ...
};
この146個の、横と縦だけを渡す。奥行きは渡さない
google-ai-edge/mediapipe face_blendshapes_graph.cc(Apache-2.0)
49