File size: 1,115 Bytes
4f68925
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aba3017
4f68925
 
 
 
 
aba3017
 
 
 
 
 
4f68925
 
 
 
 
 
 
 
 
 
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
40
41
42
---
license: apache-2.0
tags:
  - object-detection
  - road-damage
  - yolo
  - computer-vision
datasets:
  - RDD2022
---

# SABIQ — Road Damage Detection Model

Proactive road defect detection system.

## Model Details
- **Architecture:** YOLO26m
- **Base Model:** yolo26m.pt (Ultralytics)
- **Dataset:** RDD2022 (Road Damage Detection 2022)
- **Classes:** crack, other, pothole
- **mAP50:** 0.636
- **Epochs:** 65
- **Image Size:** 640
- **Training Hardware:** NVIDIA A100

## Validation Results
| Class | Images | Instances | Precision | Recall | mAP50 | mAP50-95 |
|-------|--------|-----------|-----------|--------|-------|----------|
| all | 5758 | 9737 | 0.687 | 0.585 | 0.636 | 0.349 |
| crack | 3266 | 7209 | 0.714 | 0.520 | 0.605 | 0.321 |
| other | 1093 | 1563 | 0.714 | 0.745 | 0.792 | 0.493 |
| pothole | 544 | 965 | 0.635 | 0.491 | 0.512 | 0.233 |

## Classes
| ID | Label | Description |
|----|-------|-------------|
| 0 | crack | Longitudinal, transverse and alligator cracks |
| 1 | other | Other road corruption |
| 2 | pothole | Road potholes |

## Live API
https://rahaf2001-sabiq-api.hf.space