convert_bbox_coords
- lightning_pose.data.utils.convert_bbox_coords(batch_dict: HeatmapLabeledBatchDict | MultiviewHeatmapLabeledBatchDict | MultiviewUnlabeledBatchDict | UnlabeledBatchDict, predicted_keypoints: Float[Tensor, 'batch num_targets'], in_place: bool = True) Float[Tensor, 'batch num_targets'][source]
Transform keypoints from bbox coordinates to absolute frame coordinates.