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
|
@@ -84,7 +84,7 @@ language:
|
|
| 84 |
|
| 85 |
<!-- 📍 Data Availability: The dataset will be publicly released under the CC BY-NC-SA 4.0 license upon official acceptance of the associated paper.
|
| 86 |
|
| 87 |
-
<!-- 📍 Stay tuned for updates — the Hugging Face repository will be updated with download links and detailed documentation once the paper is accepted.
|
| 88 |
|
| 89 |
<!-- --> -->
|
| 90 |
## Abstract
|
|
@@ -190,6 +190,52 @@ PaveBench is designed to provide a unified foundation for both precise visual pe
|
|
| 190 |
3. **Agent-Augmented VQA Framework.** The agent-augmented framework improves quantitative reliability by grounding VLM responses with specialized visual tools.
|
| 191 |
|
| 192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
## Citation
|
| 194 |
If you use this dataset in your work, please cite it as:
|
| 195 |
```bibtex
|
|
|
|
| 84 |
|
| 85 |
<!-- 📍 Data Availability: The dataset will be publicly released under the CC BY-NC-SA 4.0 license upon official acceptance of the associated paper.
|
| 86 |
|
| 87 |
+
<!-- 📍 Stay tuned for updates — the Hugging Face repository will be updated with download links and detailed documentation once the paper is accepted.
|
| 88 |
|
| 89 |
<!-- --> -->
|
| 90 |
## Abstract
|
|
|
|
| 190 |
3. **Agent-Augmented VQA Framework.** The agent-augmented framework improves quantitative reliability by grounding VLM responses with specialized visual tools.
|
| 191 |
|
| 192 |
|
| 193 |
+
## Dataset Tree
|
| 194 |
+
|
| 195 |
+
data/
|
| 196 |
+
├── Distress_Classification/
|
| 197 |
+
│ ├── train/
|
| 198 |
+
│ │ ├── alligator_crack/
|
| 199 |
+
│ │ ├── longitudinal_crack/
|
| 200 |
+
│ │ ├── negative/
|
| 201 |
+
│ │ ├── patch/
|
| 202 |
+
│ │ ├── pothole/
|
| 203 |
+
│ │ └── transverse_crack/
|
| 204 |
+
│ ├── val/
|
| 205 |
+
│ └── test/
|
| 206 |
+
│
|
| 207 |
+
├── Distress_Detection/
|
| 208 |
+
│ ├── annotations/
|
| 209 |
+
│ │ ├── instances_train.json
|
| 210 |
+
│ │ ├── instances_val.json
|
| 211 |
+
│ │ └── instances_test.json
|
| 212 |
+
│ └── images/
|
| 213 |
+
│ ├── train/
|
| 214 |
+
│ ├── val/
|
| 215 |
+
│ └── test/
|
| 216 |
+
│
|
| 217 |
+
├── Distress_PaveVQA/
|
| 218 |
+
│ ├── images/
|
| 219 |
+
│ ├── single_turn.jsonl
|
| 220 |
+
│ ├── multi_turn.jsonl
|
| 221 |
+
│ └── correction.jsonl
|
| 222 |
+
│
|
| 223 |
+
└── Distress_Segmentation/
|
| 224 |
+
├── images/
|
| 225 |
+
│ ├── train/
|
| 226 |
+
│ ├── val/
|
| 227 |
+
│ └── test/
|
| 228 |
+
├── masks/
|
| 229 |
+
│ ├── train/
|
| 230 |
+
│ ├── val/
|
| 231 |
+
│ └── test/
|
| 232 |
+
├── masks_vis/
|
| 233 |
+
├── color_map.txt
|
| 234 |
+
└── label_map.txt
|
| 235 |
+
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
|
| 239 |
## Citation
|
| 240 |
If you use this dataset in your work, please cite it as:
|
| 241 |
```bibtex
|