View source on GitHub
|
MediaPipe holistic landmarker task.
Modules
base_options_module module: Base options for MediaPipe Task APIs.
base_vision_task_api module: MediaPipe vision task base api.
category_module module: Category data class.
classification_pb2 module: Generated protocol buffer code.
holistic_landmarker_graph_options_pb2 module: Generated protocol buffer code.
holistic_result_pb2 module: Generated protocol buffer code.
image_module module: MediaPipe image module
image_processing_options_module module: MediaPipe vision options for image processing.
landmark_module module: Landmark data class.
landmark_pb2 module: Generated protocol buffer code.
packet_creator module: The public facing packet creator APIs.
packet_getter module: The public facing packet getter APIs.
packet_module module: MediaPipe packet module.
running_mode_module module: The running mode of MediaPipe Vision Tasks.
task_info_module module: MediaPipe Tasks' task info data class.
Classes
class HolisticLandmarker: Class that performs holistic landmarks detection on images.
class HolisticLandmarkerOptions: Options for the holistic landmarker task.
class HolisticLandmarkerResult: The holistic landmarks result from HolisticLandmarker, where each vector element represents a single holistic detected in the image.
View source on GitHub