Release Notes

Classifai 2.0.0-alpha1

22 June 2021

What's New:

  • New User Interface

    Taking in user feedbacks, our teams have redesigned the user interface — which also gives us greater flexibility in integrating the new features you’ve been requesting such as:

    • New Project Tag

    • Starred Project Tag

    • Project Renaming

    • Project Import Export

Dataset Management Page
Image Annotation Page
  • Project Import Export

  1. Project Import

2. Project Export

  • Project Renaming

  • Label Filtering

    Now users can perform filtering of labels while exporting the output, this greatly reduces the amount of work for annotating the repeated images for different models.

  • Updated short cut key

What's Changed:

  • Project Creation Method In ClassifAI v2, an image folder is required to be specified during project creation. This benefits user in multiple aspects, such as:

    • easy management of datasets

    • enabling transferring of datasets among local machines

  • Segmentation Temporarily Disabled Image segmentation panel is still under development to comply with the new user interface. It will be enable again in the official release of V2.0.0. Stay tuned!

Improvements:

  • Zoom In / Out Centered at Mouse Cursor

    For better user experience, we have implemented zoom in / out feature that follows the mouse cursor location!

Classifai 1.2.0

26 February 2021

What's New:

  • Shorcut Key Page

    Shortcut key page is now available, select the last button on the left panel to pop this window up

  • Malay language interface

    Malay language interface is now supported by Classifai

Toggle to different languages in the home interface.

Multilanguage supported

Enhancement:

  • Chinese language interface enhancement

    There were some keywords failed to covered in the mandarin version earlier.

    Now, the chinese language is fully translated with an enhancement of the keywords to best explain the functionalities.

    Before:

After:

Bug fixes:

  • Load Project without Data (#302)

    Previously progress update when loading project will occasionally complete without the data fully loaded. This is now fixed.

Classifai 1.1.1

29 January 2021

Critical Fixes:

  • Annotation output for bounding box projects changed to correspond to image name (#277)

    The extension format of image, which previously concatenated into the annotation output of YOLO and Pascal VOC formats, is removed.

    Example

    With image 1.jpg, the annotation output is 1.xml (Prior to fix: 1_jpg.xml)

    With image sample.jpg, the annotation output is sample.txt (Prior to fix: sample_jpg.txt)

    Before:

After:

Other Fixes:

  • JPEG aspect ratio fix (#252)

    Previously, some jpeg files contain EXIF orientation does not show the correct aspect ratio. This is fixed in the current patch release.

    Before:

After:

  • JPEG timeout fix (#280)

    Loading images with large size for bounding box or segmentation projects has previously resulted in timeout error. This problem has been solved.

    Before:

After:

  • Enabling of detailed log messages if paths of images not found (#283)

    When images previously imported could not be found in the system paths, the project will omit these images without causing any error. To give end users a better idea which images are missing, paths of images which cannot be found will be listed out in the log messages now.

Classifai 1.1.0

11 January 2021

What's New:

  • Deletion of project

  • Deletion of data points by clicking on the images panel.

  1. Open window for deleting data points by clicking on the image panel

2. Proceed with deleting images

Bug Fixes:

  • When import an empty folder in the first release (version 1.0.0) , Classifai was on the loading status forever. It is no longer the case with bug fix from #223

Classifai 1.0.0

14 November 2020

What's New:

  • Initial release of data annotation tool to public!

Major features:

  • Images Annotation with

    • Bounding Box

      • Classic Image Classification Problem:

        • Create labels on the right panel and assign label to object of interest

      • Text Recognition Use Cases (OCR):

        • Text creation straight into the label box

    • Polygons (Segmentation)

  • Conversion of files format for easy annotation

    • PDF /TIF -> JPG/PNG

  • Distribution ready for easy installation on different operating systems:

    • Windows (7, 8, 10)

    • Mac

    • Ubuntu (18 LTS, 20 LTS)

    • Centos (7, 8)

Last updated