Skip to content

Releases: SkalskiP/make-sense

1.11.0-alpha

20 Dec 14:41
02137e8
Compare
Choose a tag to compare

[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

1.10.0-alpha release

02 Oct 22:37
901279d
Compare
Choose a tag to compare

[1.10.0-alpha] - 2022-09-30

🚀 Added

  • Support for YOLOv5 models. (#276) You can now use pre-trained or custom models to speed up the annotation process. Take a look at the short video highlighting the new feature.
1-10-0-alpha.mov

🔧 Fixed

  • Fix UI bugs that allowed to interact with hidden labels (#272)

🏆 Contributors

Special thanks are due to @IuliuNovac for his original PR showcasing integration with YOLOv5. We most definitely would not have that killer feature in makesense.ai without your spark. 💥 Thank you! 🙏

🚧 Work in progress

One of the definite highlights of the next release will be the introduction of the long-awaited stats view, which would present statistics about annotated objects and images. The work on that feature is already quite advanced. (#268)

What's Changed

Full Changelog: 1.9.0-alpha...1.10.0-alpha

1.9.0-alpha release

26 Jul 20:53
cdb5c96
Compare
Choose a tag to compare
1.9.0-alpha release Pre-release
Pre-release

[1.9.0-alpha] - 2022-07-26

🚀 Added

  • Turning annotation visibility on and off (#255)
  • Introduction and configuration of the linter (#262)
  • Adding headers to CSV files created as a result of exporting box annotations (#252)
20220726-103425-148.PM.MP4

🌱 Changed

  • Migrate to the latest versions of React and MaterialUI (#262)
  • Migrate from Webpack to Vite (#262)

🔧 Fixed

  • Fix docker installation problems (#210)
  • Fix PASCAL XML export to work with TFLite Model Maker (#214)

🏆 Contributors

Special thanks are due to @rasyidf for his exceptional activity, both in the form of PRs, as well as great ideas for feature development. Than you! 🙏

@rasyidf, @IuliuNovac, @parthiban

🚧 Work in progress

One of the definite highlights of the next release will be the introduction of the ability to load any custom YOLOv5 model into MS, and use it when labeling images. Thanks to @IuliuNovac's tremendous work, we already have an advanced and working proof of concept for this feature (#220).

1.8.0-alpha relese

06 Sep 18:31
8f418fc
Compare
Choose a tag to compare
1.8.0-alpha relese Pre-release
Pre-release

[1.8.0-alpha] - 2021-09-06

🚀 Added

  • GitHun action with greeting message triggered when opening each new issue (#182)
  • Automated tests and integration with CodeCov (#184)
  • Tooltips for editor action bar buttons (#196)
  • Selection of label name via keyboard shortcuts (#134)
  • First edition of make-sense documentation (#185) - https://skalskip.github.io/make-sense/
  • Per class annotation coloration (#190) ⭐
  • Centralised error notification system (#193) ⭐

🌱 Changed

  • Bump node version and npm dependencies (#189 and #191)
  • Sort images by name during image loading (#195)

🔧 Fixed

  • Importing images and labels with filenames containing multiple dots (#160)
  • Invalid YOLO annotations exported for bboxes on the edge of an image (#188)
  • Starting a line outside of the image causes an error that knocks out the entire editor (#194)

🏆 Contributors

@jaaywags, @rasyidf, @h3ct0r, @Minipada and @SkalskiP

1.7.0-alpha relese

06 Oct 16:41
17995bd
Compare
Choose a tag to compare
1.7.0-alpha relese Pre-release
Pre-release
  • Faster labels definition - use the Enter key to confirm currently edited label and open a new text field
  • Updated external dependencies
  • Fixed bugs around mouse crosshair
  • Style changes - introducing a dropdown in the application top bar
  • Importing annotations in COCO and YOLO formats
  • Exporting annotations in COCO format
  • Simplifying popups management
  • Adding new unit tests

1.6.0-alpha relese

15 Jun 22:01
16b06c8
Compare
Choose a tag to compare
1.6.0-alpha relese Pre-release
Pre-release
  • Image classification labeling #81
  • Using lines to label images #84
  • Extended cross-hair #12

1.5.0-alpha relese

01 Oct 07:33
a91f750
Compare
Choose a tag to compare
1.5.0-alpha relese Pre-release
Pre-release
  • Improved integration with the SSD model - now, apart from bboxes, we have added a suggestion of the class to which the object belongs
  • Integration with the PoseNet model - can be used to estimate the pose of a person in an image or video by estimating where key body joints are
  • #15 Add and rename Labels after creating
  • Many smaller bugs have been eliminated

1.4.0-alpha relese

23 Sep 10:16
97e5742
Compare
Choose a tag to compare
1.4.0-alpha relese Pre-release
Pre-release

Added integration with SSD model pretrained on the COCO dataset, which will do some of the work for you in drawing bboxes on photos and - in future versions of the application - will also suggest a label.

1.3.0-alpha relese

15 Sep 11:10
d4ea708
Compare
Choose a tag to compare
1.3.0-alpha relese Pre-release
Pre-release
  • Zoom in and out of photos and the ability to manimpulate a close-up photo
  • Support for new keyboard shortcuts and patches in the existing shortcuts system
  • Fixing of application bugs, among others in the scope of window scaling

1.2.1-alpha relese

04 Sep 18:13
86584b1
Compare
Choose a tag to compare
1.2.1-alpha relese Pre-release
Pre-release

Due to the large amount of bugs that we have managed to fix recently, we decided to make a small release. It was important because in the near future we will spend a lot of time on developing new functionalities, and at the same time we wanted to keep the application in the best possible form.

Among other things, we managed to fix:

  • #36 If there is only points annotation, the exported csv contains nothing.
  • #37 No file name in the csv file if more than 1 images in the project
  • #40 Scrolling label
  • #43 Visual bug