Annotation Window Basics
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:
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 Classes(third button) and 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:

After clicking on Open Folder, a dialog will appear asking you to choose a folder and a class file:

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!

Bouding boxes should tightly fit around the object of interest without including too much background. This helps the model learn to focus on the relevant features of the object.


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.
This subject is detaily covered in Augmenting Your Dataset page.
π οΈ Troubleshooting AI Vision
If your AI models aren't behaving as expected, use these quick-fix toggles to tune your performance.
π‘ Still stuck?
Try the AI Assistant in AugeLab Studio. Describe your specific camera view and what the boxes currently look like; it can often suggest the exact decimal value for your thresholds.
Would you like me to create a "Threshold Cheat Sheet" table that explains exactly what Confidence vs. Text thresholds do?](./augment-dataset.md).
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?