Skip to content

Robovision AI 5.14 release notes

Release date: July 1, 2026

What's new

API inference: detection size measurement for YOLOv8+ instance segmentation & PIDNet semantic segmentation

When you set up API inference with a YOLOv8+ instance segmentation or PIDNet semantic segmentation models, you can turn on Detection size measurement to define area thresholds by class (in pixels), optional metadata per threshold, and whether a threshold counts as a sampling condition. This option applies to API inference only; it is not shown for camera inference.

For more information, see Set up API inference.


Training (AI-ADC EfficientNet): prioritize critical classes

For Image classification (AI-ADC EfficientNet) projects, during training setup, you can turn on Prioritize critical classes to set a weight for each class. The option is off by default.

For more information, see Train model in the AI-ADC solution tutorial.


Test center: border color reflects annotation source

Previously, annotation colors in the test center reflected class colors. Now, annotation borders reflect the source color, while annotation fills still reflect class colors. In the label center, both border and fill continue to identify the class.

This screenshot shows how to interpret annotation colors in the test center:

  • The purple border identifies the annotation source: ground truth.
  • The green and red fills identify annotation class colors.

Test center: Annotation colors


Brush stroke size shortcut

You can now use a shortcut to change the Brush stroke size. Hold Ctrl/Cmd and the left mouse button, and drag right to enlarge the stroke or left to make it smaller. You can also change stroke size in the tool options.

For more information, see the Brush tool and Keyboard shortcuts.


Edit polygon by dragging anchor points

You can now edit polygon annotations by dragging individual anchor points. Select a polygon to display its corner points, drag the needed point, and the polygon updates in real time while you move it.

For more information, see the Polygon tool.

Edit polygon


Known issues

API inference

  • YOLOv8+ instance segmentation & PIDNet semantic segmentation: Detection size measurement: When a threshold name, measurement metadata value, or class name is too long, it overflows its cell in the Inference info table instead of being truncated with a tooltip.