Projects.Keypoints package
Submodules
Projects.Keypoints.Keypoints module
- class Projects.Keypoints.Keypoints.Keypoints(config: dict)[source]
Bases:
objectPredict person keypoints from images.
Initialize the model.
- Parameters:
config (dict) – A configuration dict.
- predict(image: Image) List[PersonKeyPoints][source]
Predict person keypoints from an image.
- Parameters:
image (toolbox.Structures.Image) – An Image object.
- Returns:
A list of PersonKeyPoints objects.
- Return type:
List[PersonKeyPoints]