HeatmapMSELoss
- class lightning_pose.losses.losses.HeatmapMSELoss(data_module: BaseDataModule | UnlabeledDataModule | None = None, log_weight: float = 0.0, **kwargs)[source]
Bases:
HeatmapLossMSE loss between heatmaps.
Methods Summary
compute_loss(targets, predictions)Methods Documentation