Skip to content

v0.3.0-beta

Compare
Choose a tag to compare
@kozlov721 kozlov721 released this 19 Aug 13:41
· 99 commits to main since this release

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)