Release 2.4-2

Keylabs 2.4-2 Release Notes

Static image rotation in the editor

 
 
A quick option for fixed image rotation in the editor has been added. Now you can reset rotation to 00^{\circ} or set the angle to 90,18090^{\circ}, 180^{\circ}, and 270270^{\circ}
 
notion image

Highlighting favorite projects

The ability to mark projects as favorites using the star icon on the projects page has been added.
  • Favorite projects are personalized per user;
  • A filter has been added to display only favorite projects;
  • The filter state is preserved after page reload.
    • notion image

Attribute configuration for separate stages

The ability to configure both class attributes and file attributes separately for each stage has been added.
notion image
  • Available for Annotation and Verification stages;
  • Allows selecting which attributes are displayed and available at each stage.
The feature significantly simplifies the work of users by displaying only the necessary attributes.
notion image

Object size information

An object volume calculation feature has been added. After enabling the feature and selecting an object, hovering the cursor over it will display the following information in a popup window:
  • Object name;
  • Percentage of the object area relative to the image;
  • Object area in pixels;
  • Data about the coordinates of the leftmost point of the object and the topmost point;
  • Additionally, for bitmap class objects, data with the coordinates and dimensions of the box will also be displayed (for example: bbox: 1336,977244×2431336,977-244 \times 243 ).
    • notion image

Slack notifications for client comments

Automatic Slack notifications about new open client comments in projects have been added.
The feature provides the following capabilities:
  • Notification settings separately for each project;
  • Selection of a Slack channel for sending notifications;
  • Support for grouping notifications by time intervals, for example every hour, but no more than 168 hours ( 1 week);
  • Reminders for unresolved comments. If the field is left empty or 0 is entered, reminders will be inactive;
  • Automatic removal of closed or deleted comments from the notification queue.
Batch interval (hours)
Remind in (hours)
Mapping file
Remind in (hours)
Mapping file
Special Permission
How long to accumulate new client comments before sending a single Slack summary. Leave empty to use the platform default (typically 1 hour). Range 1-168.
If comments stay open this many hours after the batch, send a reminder summary with the still-open ones. Leave empty (or 0 ) for one-shot notifications without reminders. Max 168 (1 week).

Fixed

Fixed export of attributes with identical names

An issue was fixed where attributes with identical names could overwrite each other during export, resulting in data loss.

Updated object creation shortcut

The shortcut for object creation has been updated:
  • Ctrl + Shift + 0 replaced with Ctrl + Shift + ~ ;
  • In Linux, both variants are supported for compatibility.