Skip to content

Release v0.5.0

Choose a tag to compare

@chuneuny-emily chuneuny-emily released this 30 Jan 11:35
· 1546 commits to develop since this release
491d55c

Added

  • Add tiling in rotated detection (#1420)
  • Add Cythonize AugMixAugment to accelerate data loading during training (#1478)
  • Integrate ov-telemetry (#1568)

Changed

  • Update OpenVINO to 2022.3 release & nncf to the pre-2.4 version (#1393)

Fixed

  • Fixing indexing bugs in hierarchical label classification(#1458, #1551, #1599)
  • Fixing deprecated np.bool issue from numpy==1.24.0 (#1455)
  • Fixing tiling OpenVINO backward compatibility (#1516)
  • Copying feature vector to resolve duplication issue (#1511)
  • Some minor issues