Skip to content

Releases: luxonis/luxonis-ml

v0.6.1-beta

14 Feb 16:25
d5c14f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0-beta...v0.6.1-beta

v0.6.0-beta

14 Feb 12:43
72c4f1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1-beta...v0.6.0-beta

v0.5.1-beta

09 Dec 13:22
adffe97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0-beta...v0.5.1-beta

v0.5.0-beta

08 Nov 17:25
1135a1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1-beta...v0.5.0-beta

v0.4.1-beta

16 Oct 17:49
e34965d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0-beta...v0.4.1-beta

v0.4.0-beta

09 Oct 01:28
6bcbb11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0-beta...v0.4.0-beta

v0.3.0-beta

19 Aug 13:41
Compare
Choose a tag to compare

What's Changed

  • luxonis_ml.data
    • Suport for custom tasks when using parsers (#141)
    • Support for using pixel mask annotations for generating LuxonisDataset (#142)
    • COCO Parser now supports both RoboFlow and FiftyOne COCO formats (#137)
  • luxonis_ml.tracker
    • Support for native MLFlow system metric monitoring (#146)
    • Easier artifact uploading using LuxonisTracker.upload_artifact method (#143)

Bugfixes

  • Fixed freezing LuxonisFileSystem.walk_dir with GCS protocol (#148)
  • Fixed various issues related to incorrect syncing of data when using remote storage for LuxonisDataset (#128)
  • Several performance improvements
    • Augmentations speedup (#147)
    • LuxonisLoader speedup (#140)
  • RLE counts can be zero (#144)

v0.2.3-alpha

11 Jul 19:48
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.2-alpha...v0.2.3-alpha

v0.2.2-alpha

05 Jul 17:43
Compare
Choose a tag to compare
v0.2.2-alpha Pre-release
Pre-release

What's Changed

  • Parsers in NN Archive #127
  • Task ingestion #126

Breaking Changes

  • NN Archive structure changed

v0.2.1-alpha

02 Jul 04:52
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

Bugfixes