Datasets:
Modalities:
Image
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
computer-vision
vision-language
visual-question-answering
image-segmentation
object-detection
image-classification
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -192,6 +192,7 @@ PaveBench is designed to provide a unified foundation for both precise visual pe
|
|
| 192 |
|
| 193 |
## Dataset Tree
|
| 194 |
|
|
|
|
| 195 |
data/
|
| 196 |
├── Distress_Classification/
|
| 197 |
│ ├── train/
|
|
@@ -201,8 +202,8 @@ data/
|
|
| 201 |
│ │ ├── patch/
|
| 202 |
│ │ ├── pothole/
|
| 203 |
│ │ └── transverse_crack/
|
| 204 |
-
│ ├── val/
|
| 205 |
-
│ └── test/
|
| 206 |
│
|
| 207 |
├── Distress_Detection/
|
| 208 |
│ ├── annotations/
|
|
@@ -229,7 +230,7 @@ data/
|
|
| 229 |
│ ├── train/
|
| 230 |
│ ├── val/
|
| 231 |
│ └── test/
|
| 232 |
-
├── masks_vis/
|
| 233 |
├── color_map.txt
|
| 234 |
└── label_map.txt
|
| 235 |
|
|
|
|
| 192 |
|
| 193 |
## Dataset Tree
|
| 194 |
|
| 195 |
+
```text
|
| 196 |
data/
|
| 197 |
├── Distress_Classification/
|
| 198 |
│ ├── train/
|
|
|
|
| 202 |
│ │ ├── patch/
|
| 203 |
│ │ ├── pothole/
|
| 204 |
│ │ └── transverse_crack/
|
| 205 |
+
│ ├── val/ (same as train)
|
| 206 |
+
│ └── test/ (same as train)
|
| 207 |
│
|
| 208 |
├── Distress_Detection/
|
| 209 |
│ ├── annotations/
|
|
|
|
| 230 |
│ ├── train/
|
| 231 |
│ ├── val/
|
| 232 |
│ └── test/
|
| 233 |
+
├── masks_vis/ (same as mask)
|
| 234 |
├── color_map.txt
|
| 235 |
└── label_map.txt
|
| 236 |
|