Training Dataset Annotation

Training Dataset Annotation1. Course Content2. Example Dataset3. Traffic Sign Dataset Annotation3.1 Label Studio Introduction3.2 Start Label Studio3.3 Access Label Studio3.4 Create Project3.5 Import Images3.6 Label Settings3.7 Dataset Annotation3.8 Export Dataset3.9 Organize Dataset Directory Structure3.10 Dataset Configuration File4. Lane Detection Dataset Annotation4.1 Create Project4.2 Organize Exported Dataset4.3 Dataset Configuration File

[!IMPORTANT]

 

1. Course Content

  1. Master the data annotation methods required for training YOLOv11 object detection model datasets

2. Example Dataset

 

3. Traffic Sign Dataset Annotation

3.1 Label Studio Introduction

Label Studio is an open-source data annotation platform for data annotation and annotation task management, supporting various types of data input and annotation formats.

image-20251117155149212

[!NOTE]

The factory image environment already has Label Studio installed!!! If users need to set up a data annotation environment on their own computers, they need to install Label Studio first

 

3.2 Start Label Studio

image-20251201222741383

3.3 Access Label Studio

Make sure the computer and the vehicle are in the same local network. Enter the vehicle's IP + port 8080 in the browser address bar. The vehicle's IP can be viewed from the OLED screen in front of the vehicle or by opening a new terminal. Here we use IP:192.168.12.33 as an example:

image-20251117160746947

 

image-20241231173648480

image-20241231173626233

After registration is completed, the website will automatically log in:

image-20241231173724692

 

3.4 Create Project

image-20250102101422924

 

The project name can be named arbitrarily, name it according to your training set:

image-20251117161752197

3.5 Import Images

image-20250102102239968

3.6 Label Settings

We are demonstrating orange recognition, so select "Object Detection"

image-20250102102330629

image-20250102110751207

 

[!TIP]

If users want to train other types of object detection models, and the detection targets are not traffic signs or lanes, name the labels according to the targets that need to be detected in your dataset.

image-20251117162604382

 

 

3.7 Dataset Annotation

 

image-20251117163243974

 

image-20251117163430195

 

image-20251117163849754

 

image-20251117164254478

 

 

 

3.8 Export Dataset

image-20251117164744609

 

image-20251117165225839

3.9 Organize Dataset Directory Structure

Folder and file description:


 

image-20251117170828005

 

3.10 Dataset Configuration File

Content analysis:

 

4. Lane Detection Dataset Annotation

Lane detection dataset annotation is basically the same as traffic sign dataset annotation process, both use YOLOv11 object detection model for object detection (here we recommend using object detection model, do not recommend using segmentation model for lane detection, model inference speed is slower)

4.1 Create Project

image-20251117181347743

 

image-20251117181655802

image-20251117181827892

 

image-20251117182124389

 

4.2 Organize Exported Dataset

image-20251117182540659

 

4.3 Dataset Configuration File