[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
- Our work on stats view is almost done and you can expect it in the next release.
- We are working on integration with MS Inference Server developed courtesy of @PawelPeczek.