upsample

lightning_pose.models.heatmap_tracker.upsample(inputs: Tensor[Tensor]) Tensor[Tensor][source]

Upsample batch of heatmaps using interpolation (no learned weights).

This is a copy of kornia’s pyrup function but with better defaults.