Skip to content

Release v1.10.0

Latest
Compare
Choose a tag to compare
@djdameln djdameln released this 14 Mar 13:08
22c3121

New features

  • Add default position information to PointsCategories class
    (#1702)
  • Support KITTI 3D format
    (#1619)
    (#1621)
  • Add PseudoLabeling transform for unlabeled dataset
    (#1594)

Enhancements

  • Raise an appropriate error when exporting a datumaro dataset if its subset name contains path separators.
    (#1615)
  • Update docs for transform plugins
    (#1599)
  • Update ov ir model for explorer openvino launcher with CLIP ViT-L/14@336px model
    (#1603)
  • Optimize path assignment to handle point cloud in JSON without images
    (#1643)
  • Set TabularTransform to process clean transform in parallel
    (#1648)
  • Add support for Python 3.12
    (#1701)

Bug fixes

  • Fix datumaro format to load visibility information from Points annotations
    (#1644)