Skip to content

Releases: luxonis/luxonis-ml

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

v0.2.0-alpha

01 Jul 23:53
3fb808b
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

What's Changed

  • Speed optimizations
    • ~10 times faster data processing
    • #117
  • Code coverage
    • From 66 % to 82 %
  • Various NN Archive improvements
  • Annotations refactor
    • #110
    • Support for custom tasks
      • allows using multiple annotations of the same type in a single dataset
    • clearer structure of annotation dictionaries

Breaking Changes

Compatibility with datasets created using previous versions?
Not compatible. All datasets must be re-created.

  • Refactored annotations
    • Changed structure of dictionaries yielded from the dataset generator
    • See #110
  • Changed backend for data handling
    • migrated from pandas to polars
    • in case of errors:
      • delete luxonis_ml directory located at $LUXONISML_BASE_PATH/luxonis_ml
        • $LUXONISML_BASE_PATH is set to your home directory by default