Skip to content

Releases: Ikomia-dev/IkomiaStudio

0.12.0

29 Oct 14:55
Compare
Choose a tag to compare

New features:

  • Feature to enable/disable workflow task for running
  • VTK 3D viewer
  • New HUB algorithms:
    • infer_ddcolor_colorisation
    • infer_owl_v2
    • infer_yolo_v9_seg, train_yolo_v9_seg
    • infer_depth_anything_v2
    • infer_florence_2_caption, infer_florence_2_ocr, infer_florence_2_detection, infer_florence_2_segmentation
    • infer_segment_anything_2
    • infer_rembg
    • infer_flux_1 (schnell)
    • infer_finegrain_segmenter
    • infer_donut

Improvements:

  • Manage EXIF metadata (orientation)
  • Content-type header in http request

Bug fixes:

  • Color mismatch in semantic segmentation tasks
  • Class labels overflow in semantic segmentation IO
  • Unhandled exception when reloading erroneous plugin

0.11.1

02 Jul 08:53
Compare
Choose a tag to compare

Bug fixes:

  • Regression in dataset loaders

v0.11.0

20 Jun 08:01
Compare
Choose a tag to compare

New features:

  • Embedded interpreter upgrade to Python 3.10
  • OpenCV 4.8.1
  • CUDA 11.8
  • Add feature to edit workflow information
  • Add feature to install algorithm requirements manually (#28)
  • Add feature to expose task parameters at workflow level
  • Add feature to expose task outputs at workflow level

Improvements:

  • Keep current parameters values when reloading algorithms in a workflow
  • Algorithm documentation window
  • Zoom sensitivity in image view

Bug fixes:

  • Keep local algorithms up to date in HUB view (#23)
  • Image format filter in the open image dialog (#26)
  • ...

v0.10.0

04 Oct 16:26
Compare
Choose a tag to compare

This release marks the transition to the new Ikomia Scale platform. This platform includes a new version of Ikomia HUB with more insights on how to use every algorithms with this API.

New features:

  • Switch to new Ikomia HUB from Ikomia Scale platform
  • Add get algorithms from public and private HUBs
  • Add possibility to push algorithms to private HUB
  • Add to publish private algorithms to public HUB
  • Add possibility to push workflows to Ikomia Scale
  • Token-based authentication for private HUB

Improvements:

  • Add polygons output for instance and semantic segmentation algorithms
  • Improve speed of auto-completion system (ik module)
  • Algorithm template includes a markdown readme
  • Display markdown readme in algorithm details

Bug fixes:

  • Missing Python binding for CInstanceSegIO::is_data_available()
  • Windows: fix download function with correct path separators
  • Avoid creating MLFlow experiment in training algorithm constructor
  • Paint issue in Ikomia HUB view
  • ...

v0.9.1

20 Jul 07:40
Compare
Choose a tag to compare

Improvements:

  • Update Python algorithm template
  • Update iconography according to new Ikomia branding
  • Manage overlay mask while exporting image or video results (#17)

Bug fixes:

  • Fix upper case extension for image and video files (#8)
  • Fix default app icon for all child windows
  • Fix graphics information not cleared in video processing (#16)
  • Fix I/O retrieval for composite I/O like object detection I/O, instance segmentation I/O, ... (#18)
  • Update Crashpad server URL
  • ...

v0.9.0

17 May 12:50
Compare
Choose a tag to compare

New features:

  • OpenCV 4.7.0
  • MLFlow 1.30.0
  • Remove mandatory authentication for algorithm installation from Ikomia HUB
  • Add OpenCV Blur and StackBlur algorithms
  • Add keypoints I/O
  • Add implicit conversion from instance segmentation I/O to semantic segmentation I/O

Improvements:

  • Filtering process on object detection, instance segmentation and semantic segmentation tasks
  • System to find best video writer back-end and codec while exporting videos

Bug fixes:

  • Fix object detection graphics export (#10)
  • Fix classification dataset input in training workflows (#13 )
  • Fix crashes produced by missing GIL locks
  • Fix elapsed time computation for training workflows
  • ...

v0.8.1

01 Dec 10:04
Compare
Choose a tag to compare

Improvements:

  • Set max fps value for output videos to 25
  • Set video data info in workflow video inputs
  • Allow to load .webp images
  • Improve logging message format

Bug fixes:

  • Ikomia HUB search while not logged in (fixes #3)
  • Timeout management for stream recording (fixes #4 #7)
  • Add new task to workflow after deleting the root connection (fixes #6)
  • Manage composite I/O when saving result images (fixes #5)

v0.8.0

07 Oct 14:18
Compare
Choose a tag to compare

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
  • Check Python environment for new user on the same machine
  • Export only selected video output on workflow execution
  • Allow to load .mxg videos

Bug fixes:

  • Disable Tensorboard auto-start to avoid algorithm installation failure
  • Crash when adding new workflow input and no data is loaded in the current project
  • Display artefact in the plugin manager module when algorithm metadata are too long
  • Crashes produced by missing GIL locks
  • ...

v0.7.0

22 Jun 07:49
Compare
Choose a tag to compare

New features:

  • JupyterLab integration (facilitate plugin code editing)
  • New algorithms from the Marketplace (timm framework, mmlab text detection/recognition)

Improvements:

  • New video processing system (not restricted to image modification workflow)
  • Full batch processing support for videos
  • Add support for .ts video format
  • Update QuickStart tutorial
  • Display both plot and table for numeric outputs
  • Better style while burning text to image
  • Add timeout support for video reading

Bug fixes:

  • Handle invalid full text search keywords for the process library
  • Multi-inputs workflow loading
  • Multi-threading issues in the video management system
  • Unsupported image formats while wrinting videos
  • ...

v0.6.1

07 Mar 16:00
Compare
Choose a tag to compare

Improvements:

  • Possibility to display multiple tables of results
  • Graphics export on videos and streams
  • Add support for mxf video format

Bug fixes:

  • Incomplete display in table of detection algorithms outputs when several custom measures are computed
  • Freeze while exporting video with graphics
  • Video export error when output frame sizes are different from source
  • Missing GIL protection
  • Add trick to fix issue: opencv/opencv#20566
  • Open public IP camera from URL
  • ...