Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K - 10K
License:
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- manual
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
license: mit
|
| 7 |
+
multilinguality: monolingual
|
| 8 |
+
pretty_name: Car Front and Rear Damage Detection
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
+
source_datasets: []
|
| 12 |
+
task_categories:
|
| 13 |
+
- image-classification
|
| 14 |
+
task_ids:
|
| 15 |
+
- multi-class-image-classification
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Car Front and Rear Damage Detection Dataset
|
| 19 |
+
|
| 20 |
+
## Dataset Summary
|
| 21 |
+
|
| 22 |
+
This dataset is designed for training and evaluating machine learning models for car damage detection, specifically focusing on front and rear vehicle damages.
|
| 23 |
+
|
| 24 |
+
It includes high-quality labeled images categorized into six distinct classes:
|
| 25 |
+
- **R_Normal**: Rear view of undamaged cars
|
| 26 |
+
- **R_Crushed**: Rear view of cars with crushed damage
|
| 27 |
+
- **R_Breakage**: Rear view of cars with visible breakage
|
| 28 |
+
- **F_Normal**: Front view of undamaged cars
|
| 29 |
+
- **F_Crushed**: Front view of cars with crushed damage
|
| 30 |
+
- **F_Breakage**: Front view of cars with visible breakage
|
| 31 |
+
|
| 32 |
+
## Use Cases
|
| 33 |
+
|
| 34 |
+
With this dataset, researchers and developers can build AI-powered solutions for:
|
| 35 |
+
- Automated vehicle inspection systems
|
| 36 |
+
- Insurance claim assessment tools
|
| 37 |
+
- Road safety and damage analytics
|
| 38 |
+
- Training vision models for automotive applications
|
| 39 |
+
|
| 40 |
+
The clear classification structure enables models to effectively distinguish between normal, crushed, and broken conditions in front and rear views.
|
| 41 |
+
|
| 42 |
+
## Dataset Structure
|
| 43 |
+
|
| 44 |
+
Each image is stored in a directory named after its class label. The dataset is balanced across the six categories and includes metadata for each image if needed (e.g., angle, lighting conditions).
|
| 45 |
+
|
| 46 |
+
### Example Labels
|
| 47 |
+
|
| 48 |
+
| Label | Description |
|
| 49 |
+
|-------------|----------------------------------|
|
| 50 |
+
| R_Normal | Rear view of undamaged car |
|
| 51 |
+
| R_Crushed | Rear view, visibly crushed |
|
| 52 |
+
| R_Breakage | Rear view, broken parts visible |
|
| 53 |
+
| F_Normal | Front view of undamaged car |
|
| 54 |
+
| F_Crushed | Front view, visibly crushed |
|
| 55 |
+
| F_Breakage | Front view, broken parts visible |
|