Train custom YOLO models using the Stanford Cars dataset
Not Found Directory
Not Found Annotations File
No custom YOLO model available
Use the training form below to train a custom model
Train model to detect cars in images (single class)
Good for identifying where cars are located in images
Train model to identify car make/model/year (multi-class)
Requires more data, but provides detailed car identification
YOLO (You Only Look Once) is a state-of-the-art object detection algorithm that can identify multiple objects in an image in real-time.
It works by dividing the image into a grid and predicting bounding boxes and class probabilities for each grid cell.
The Stanford Cars dataset contains 16,185 images of 196 classes of cars. Classes are typically at the level of Make, Model, Year (e.g. 2012 Tesla Model S).
This dataset provides high-quality annotations for training accurate car detection and classification models.