Annotate Data for Object Detection
First Look

The AugeLab Studio Image Annotation Window allows users to annotate images by drawing bounding boxes around objects of interest and associating them with specific classes.
Getting Started
To open the Image Annotation Window, navigate to the top menu and click on AI Tools ➡️ Image Annotation.
For image annotation, you need two things:
.classfileDataset
Class File
To label your data, first you need a classes.names file, which is a standard text file with .names extension. A normal class file looks like below:
Human
Dog
Cat
Cup
If you do not have such file, you can create your own using the Classes section:

To create your own classes file:
Type a class name
Click on
+and add your classes.Click on
Save Classesand you are ready to pick a folder.
You may also click on - to remove any unwanted classes.
**Load Image Folder**
Make sure path to your dataset do not contain any non-english characters.
Click on Open Folder at the top of the screen and choose the folder that contains all of your images:

Select Image from List: After loading the image folder, a list of available images will be displayed. Click on an image to select it for annotation.

**Annotating Images**
Annotating images are pretty simple. Click on the top left of the object you'd like to detect, drag the mouse and release it when you are done!

Using the Dataset Panel

Dataset features several functionalities:
Filterfunction that allows you to filter several image classes:AllAll images with and without annotationAnnotatedimages have annotations with them.Emptyimages do no contain annotations, but included in the training. This means objects that are not annotated may negatively impact training.Excludedimages do no have an annotation file. This means they do not affect training whatsoever.
Searchfunctionality will allow you to filter images with their names.
Annotating Videos
You can also annotate video files using the Video mode on the top side of the window:

Changing video mode will ask you for a file path. Choosing the video will allow you to annotate a video just like a folder!
Tools
There are several tools inside the Annotation Tool to help you during your dataset preparation:
Class Frequency Analysis
Clicking on class frequency analysis will analyze and show you how many classes exist in your dataset.
This is useful to check if you have a balanced dataset or not.
Augment Dataset
AugeLab Studio automatically applies dataset augmentation. Augmentation is the process of artificially creating similar data.

Clicking on Apply Augmentation will create artificial data and keep your annotations on the newly created images.
Augmentation process should be done after finishing annotation
Augmentation process may increase the disk size of your dataset up to 10 times.
Preprocess Image
Preprocess Image tool allows you to change the contrast, brightness and gamma of images that are shown in the window. This feature comes in handy when dealing with very dark or too bright images.

Change Class Id
Change Class Id tool will allow you to change the all annotated class instances to a different class.
This tool comes in hand when merging two different datasets.

Shortcuts and Help
Training With Custom AI Object Detection Model
To train a custom object detection model, please refer to Object Detection Train.
Last updated
Was this helpful?