v2.2.0
What's Changed
- jaxtyping by @themattinthehatt in #404
- static typechecking by @themattinthehatt in #405
- update docs by @themattinthehatt in #406
- validate model config by @themattinthehatt in #407
- remove dead code by @themattinthehatt in #408
- refactor by @themattinthehatt in #409
- collect pca functions by @themattinthehatt in #410
- address pytorch/dali warnings by @themattinthehatt in #411
- cropzoom with static bbox size by @themattinthehatt in #412
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_transformlightning_pose.utils.scripts.get_dataset-->lightning_pose.data.get_datasetlightning_pose.utils.scripts.get_data_module-->lightning_pose.data.get_data_modulelightning_pose.utils.scripts.get_model-->lightning_pose.models.get_modellightning_pose.utils.scripts.get_loss_factories-->lightning_pose.losses.get_loss_factorieslightning_pose.utils.scripts.compute_metrics_single-->lightning_pose.metrics.compute_metrics_singlelightning_pose.utils.scripts.get_callbacks-->lightning_pose.callbacks.get_callbacks
Full Changelog: v2.1.1...v2.2.0