File size: 1,358 Bytes
dd56a44 79fa5e1 12f084a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
license: apache-2.0
language:
- en
base_model:
- Ultralytics/YOLO26
pipeline_tag: image-segmentation
---
# Car Damage Type Model
This repository contains the Car Damage Type Detection model. It uses a YOLO architecture to identify and classify specific types of physical damage on vehicles.
## Model Details
- **Model type:** Object Detection and Segmentation (YOLOv26 via Ultralytics)
- **Task:** Vehicle Damage Type Detection
## Intended Use
This model is intended for detecting and classifying physical damage on vehicles in images or video frames. It can be used as a standalone detector or integrated into a larger pipeline.
## Detected Classes
The model detects and localizes the following 6 classes of damage:
- `0`: **crack** - Cracks on car body panels or lights.
- `1`: **dent** - Indentations or structural dents.
- `2`: **glass shatter** - Shattered or completely broken glass (windshields, windows).
- `3`: **lamp broken** - Broken headlights or tail lights.
- `4`: **scratch** - Paint scratches or surface abrasions.
- `5`: **tire flat** - Deflated or flat tires.


|