annotations_to_heatmap
- hybrid_learning.datasets.custom.coco.keypoints_processing.annotations_to_heatmap(annotation_wh, annotations, keypoint_idxs, skeleton, pt_radius=0.025, link_width=None)[source]
Create a heatmap marking the centroids of the linked keypoints from the
annotations
list. Keypoints are specified by theirkeypoint_idxs
. For details on the parameters, seeannotations_to_mask()
.