Skip to content

v2.2.0

Choose a tag to compare

@themattinthehatt themattinthehatt released this 20 May 22:25
22c5b02

What's Changed

Note: there are breaking changes introduced in this release. The CLI and API are not touched, but the following functions have moved:

  • lightning_pose.utils.scripts.get_imgaug_transform --> lightning_pose.data.get_imgaug_transform
  • lightning_pose.utils.scripts.get_dataset --> lightning_pose.data.get_dataset
  • lightning_pose.utils.scripts.get_data_module --> lightning_pose.data.get_data_module
  • lightning_pose.utils.scripts.get_model --> lightning_pose.models.get_model
  • lightning_pose.utils.scripts.get_loss_factories --> lightning_pose.losses.get_loss_factories
  • lightning_pose.utils.scripts.compute_metrics_single --> lightning_pose.metrics.compute_metrics_single
  • lightning_pose.utils.scripts.get_callbacks --> lightning_pose.callbacks.get_callbacks

Full Changelog: v2.1.1...v2.2.0