movenet_detector

Pose Detector class based on TensorFlow’s MoveNet and some pose modification tools

source

Detector

 Detector ()

Given a still image (or video frame), finds poses.

Attributes:
module: The pose detection module being used for inference input_size: The input resolution of the model model_names: Shorthand dict of pose detection models that should be available locally, with their local folder name and download URLs as values


source

Detection

 Detection (data)

Initialize self. See help(type(self)) for accurate signature.


source

display_img_array

 display_img_array (ima)
#teddy = Detector()
#teddy.init_model()