File size: 1,179 Bytes
62bbe75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Trucks Damage Dataset

This dataset contains images of trucks with various types of damage annotations. The annotations are in COCO format and include detailed segmentation masks for different types of damage.


## Dataset Statistics

- Total Images: 795
- Annotations per category:
  - scratch: 1125
  - dent: 745
  - broken part: 278
  - missing part: 374
  - crack: 87
  - lamp broken: 6


## Dataset Statistics

- Total Images: 795
- Annotations per category:
  - scratch: 1125
  - dent: 745
  - broken part: 278
  - missing part: 374
  - crack: 87
  - lamp broken: 6

## Dataset Description

- Number of Images: 795
- Format: COCO
- Image Format: JPG
- Annotation Format: JSON

### Damage Categories:
1. Scratch
2. Dent
3. Missing Part
4. Broken Part
5. Flat Tire
6. Crack

### Annotation Format
Each annotation includes:
- Category ID
- Segmentation polygons
- Bounding box coordinates [x, y, width, height]
- Area
- Additional metadata

## Usage
The dataset follows the COCO format and can be used with popular computer vision frameworks like:
- YOLO
- Detectron2
- MMDetection
- Transformers

## License
Please specify the license under which this dataset is released.