Skip to content

v0.8.0

Compare
Choose a tag to compare
@gdemarcq gdemarcq released this 09 Nov 11:00
· 251 commits to main since this release

New features:

  • New algorithms from the Ikomia HUB: YoloV7, Open MMlab object detection, SparseInst (training and inference)
  • Add filtering tasks for object detection, instance segmentation and semantic segmentation
  • Add display for text data (Python data dict output for example)
  • Add feature to blacklist Python packages that confict with Ikomia built-in packages
  • Manage new workflow I/O: object detection, instance segmentation, semantic segmentation
  • Add automatic I/O conversion between different types (ex: object detection output -> graphics input)

Improvements:

  • Manage compilation architecture for C++ algorithms from Ikomia HUB

Bug fixes:

  • Disable Tensorboard auto-start to avoid algorithm installation failure
  • ...