Skip to content

1.11.0-alpha

Latest
Compare
Choose a tag to compare
@SkalskiP SkalskiP released this 20 Dec 14:41
· 7 commits to develop since this release
02137e8

[1.11.0-alpha] - 2022-12-20

馃殌 Added

  • VOC XML import (#280). Now, we can both import and export annotations in VOC XML format.
  • Support for Roboflow inference server (#298). Now, you can use Roboflow API to annotate images in MS.
1.11.0-alpha.mp4

馃敡 Fixed

  • Fix support for YOLOv5 P6 models (#281). We have resolved problems with loading YOLOv5 M6 models into MS. These were related to the required higher inference resolution.
  • Fix confusion around UI for uploading labels (#282). UI fixes to make it easier for users to use YOLOv5 models in MS.
  • Fix non unique label names handling (#286). So far, MS has not allowed the user to have multiple labels with the same name, but has not explained in any way why it refuses to load the project. Now an appropriate message with instructions is displayed.
  • Fix docker build fails (#289). After JS dependencies changes, it was necessary to bump up the required version of the base node image.

馃弳 Contributors

@hartmannr76, @PawelPeczek, @SkalskiP

馃毀 Work in progress