New Release 🚀Connect LLMs and custom ML Models—Label Studio 1.12.0!
Release notes

Label Studio v1.1 is now available!

Label Studio Team

Label Studio version 1.1 is now available, delivering on our promises in our public roadmap.

Our main focus for this release was to improve the image annotation experience, whether you're adding shapes, bounding boxes, drawing brush masks, or performing optical character recognition (OCR) with images.

Read on for the exciting highlights of this release!

Performance improvements

We want Label Studio to be faster and more responsive when adding bounding boxes and shapes to images, so this release includes performance optimizations. Now you can add hundreds of bounding boxes to an image without significant user interface delays.

Quickly create any type of image region

If you want to combine different types of regions in your image annotations, now you can!

Draw whichever shapes or masks that make sense for your images, from rectangles, ellipses, and polygons, to brush masks or keypoints!

You can combine the different types of Control tags in the labeling configuration that you create for the labeling interface, like the following example:

<View>
  <Image name="image" value="$image" />
  <Rectangle name="rect" toName="image" />
  <Ellipse name="ellipse" toName="image" />
  <KeyPoint name="kp" toName="image" />
  <Polygon name="polygon" toName="image" />
  <Brush name="brush" toName="image" />
  <Labels name="labels" toName="image" fillOpacity="0.5" strokeWidth="5">
  <Label value="Building" background="green"></Label>
  <Label value="Vehicle" background="blue"></Label>
  <Label value="Pavement" background="red"></Label>
  </Labels>
</View>

Then, you can use the multi-tool selector to choose whether to add a rectangle, ellipse, keypoint, polygon, or brush region to the image.

See more in Advanced image labeling.

Quickly create, hide, and remove regions

With this added flexibility in adding regions comes faster labeling! You can now add a rectangle or an ellipse to your image with just two clicks, or double click to create a polygon, rectangle, or ellipse.

If you accidentally select a point on an image while creating a polygon, just double click to remove the erroneous point and continue creating the region. You need to have at least three polygon points to be able to remove one.

While you could previously show or hide regions one by one, now you can toggle the visibility of all regions at once, or hide all regions for a specific label. This makes it easier for you to create overlapping regions and look at specific labeled regions together.

Import partial predictions and finish labeling in Label Studio

If you perform data annotation in stages or with different groups of annotators, you might want to separate creating regions with bounding boxes and brushes, from assigning labels to those regions. With Label Studio 1.1, that's now possible!

You can now separate creating regions from assigning labels, which means you can import predicted bounding boxes or polygons from a machine learning model, then correct the placement of the detected objects and finish labeling them in Label Studio. This workflow is perfect for two-step labeling, where you want one annotator, or a machine learning model, to create regions and another annotator to label the regions.

For example, if you have a machine learning model to perform object detection that identifies regions of interest in images, you can upload those predictions to Label Studio and have human annotators apply labels to those regions of interest. If you're doing that with OCR, you can use a machine learning model to identify which regions in an image have text, and then add those predictions to Label Studio and have human annotators transcribe the recognized text.

For more details and example JSON formats, see Import pre-annotated data into Label Studio. To create regions yourself, see Advanced image labeling.

YOLO export support

Label Studio now supports exporting annotations in YOLO labeling format, which is especially helpful for image annotations. Read more in Export annotations and data from Label Studio.

OCR improvements

Beyond the expanded image annotation functionality, we've also improved support for OCR labeling for when you're extracting text from images.

Write the text for a selected region in the sidebar, rather than at the bottom of the labeling interface, making it easier to see all the recognized text regions that you've identified and transcribed.

Stay in touch

Sign up for the Label Studio Newsletter to find out about new features, tips for using Label Studio, and information about machine learning research and best practices.

Related Content