Transport YOLO Robot — Pipeline de vision par ordinateur
Python pipeline for data preparation, training, and object detection for a robotic transportation system.
Transport YOLO Robot is a computer vision project that allows merging multiple YOLO format datasets and training custom detectors. It recognizes road signs, traffic lights, and the additional class Bart Simpson, while keeping the weights, metrics, and training graphs.
01
Problem addressed
The necessary data for detection is spread across multiple datasets using different classes and identifiers. The project must standardize them in order to train a single detector capable of recognizing multiple road elements and an additional visual class.
02
Objectives
- Merging multiple YOLO format datasets.
- Standardizing class identifiers in annotations.
- Creating a three-class dataset.
- Creating a second six-class dataset.
- Training custom detectors using transfer learning.
- Producing best.pt and last.pt weights.
- Generating validation metrics and graphs.
- Performing local object and QR code detection.
- Producing voice output from detected content.



