mediapipe/mediapipe/modules/README.md
MediaPipe Team 2b58cceec9 Project import generated by Copybara.
GitOrigin-RevId: d8caa66de45839696f5bd0786ad3bfbcb9cff632
2020-12-09 22:43:33 -05:00

1.3 KiB

Modules

Each module (represented as a subfolder) provides subgraphs and corresponding resources (e.g. tflite models) to perform domain-specific tasks (e.g. detect faces, detect face landmarks).

Modules listed below are already used in some of mediapipe/graphs and more graphs are being migrated to use existing and upcoming modules.

Module Description
face_detection Subgraphs to detect faces.
face_geometry Subgraphs to extract face geometry.
face_landmark Subgraphs to detect and track face landmarks.
hand_landmark Subgraphs to detect and track hand landmarks.
holistic_landmark Subgraphs to detect and track holistic pose which consists of pose, face and hand landmarks.
iris_landmark Subgraphs to detect iris landmarks.
palm_detection Subgraphs to detect palms/hands.
pose_detection Subgraphs to detect poses.
pose_landmark Subgraphs to detect and track pose landmarks.
objectron Subgraphs to detect and track 3D objects.