Datasets:
initial commit
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# STRIDE-QA Dataset
|
| 2 |
+
|
| 3 |
+
## 📄 License
|
| 4 |
+
|
| 5 |
+
STRIDE-QA-Dataset is released under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
|
| 6 |
+
|
| 7 |
+
## 📚 Citation
|
| 8 |
+
|
| 9 |
+
```
|
| 10 |
+
@misc{strideqa2025,
|
| 11 |
+
title={STRIDE-QA: Visual Question Answering Dataset for Spatiotemporal Reasoning in Urban Driving Scenes},
|
| 12 |
+
author={Keishi Ishihara and Kento Sasaki and Tsubasa Takahashi and Daiki Shiono and Yu Yamaguchi},
|
| 13 |
+
year={2025},
|
| 14 |
+
eprint={2508.10427},
|
| 15 |
+
archivePrefix={arXiv},
|
| 16 |
+
primaryClass={cs.CV},
|
| 17 |
+
url={https://arxiv.org/abs/2508.10427},
|
| 18 |
+
}
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## 🤝 Acknowledgements
|
| 22 |
+
|
| 23 |
+
This dataset was developed as part of the project JPNP20017, which is subsidized by the New Energy and Industrial Technology Development Organization (NEDO), Japan.
|
| 24 |
+
|
| 25 |
+
We would like to acknowledge the use of the following open-source repositories:
|
| 26 |
+
|
| 27 |
+
- [SpatialRGPT](https://github.com/AnjieCheng/SpatialRGPT?tab=readme-ov-file) for building dataset generation pipeline
|
| 28 |
+
- [SAM 2.1](https://github.com/facebookresearch/sam2) for segmentation mask generation
|
| 29 |
+
- [dashcam-anonymizer](https://github.com/varungupta31/dashcam_anonymizer) for anonymization
|
| 30 |
+
|
| 31 |
+
## 🔏 Privacy Protection
|
| 32 |
+
|
| 33 |
+
To ensure privacy protection, human faces and license plates in the images were anonymized using the [Dashcam Anonymizer](https://github.com/varungupta31/dashcam_anonymizer).
|