Skip to content

Releases: danbider/lightning-pose

v.1.5.0

18 Jul 19:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

17 Jun 21:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Apr 16:44
b8cb8f4
Compare
Choose a tag to compare

What's Changed

  • FIX: predict_new_vids.py now outputs unsupervised metrics as well by @EugenioBertolini in #145
  • [docs] update config file info by @themattinthehatt in #147
  • v1.3.0 updates by @themattinthehatt in #149
    • generalize method of accessing likelihood in apps
    • generalize subdirectory names used by video app
    • move version def from setup.py to __init__.py
    • refactor train_hydra script to import a train function for greater flexibility

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

04 Apr 18:48
Compare
Choose a tag to compare

include example data in PyPI packaging

v1.2.1

01 Apr 21:28
Compare
Choose a tag to compare

fixing PyPI packaging

v1.2.0

01 Apr 21:13
Compare
Choose a tag to compare

What's Changed

  • remove deprecated fiftyone args
  • update documentation
  • [bug] fix vit checkpoint loading (closes #134) by @themattinthehatt in #135
  • print timestamp and frame number on labeled videos

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Feb 16:04
38276d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

30 Nov 18:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Nov 21:49
fdf7ae3
Compare
Choose a tag to compare

Lightning Pose version 1.0.0 🎉

This is the first stable release of Lightning Pose. A huge thanks to all of the contributors over the years:

Full Changelog: v0.0.4...v1.0.0

v0.0.4

08 Nov 21:06
a6ed589
Compare
Choose a tag to compare
remove frozen requirements (#105)

* clean up requirements

* fix typechecking errors introduced by unfreezing requirements

* replace skimage op with cv2