Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,3 +9,69 @@ tags:
|
|
| 9 |
size_categories:
|
| 10 |
- 1K<n<10K
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
size_categories:
|
| 10 |
- 1K<n<10K
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
🧭 Overview
|
| 14 |
+
Indian Traffic VQA is a real-world Visual Question Answering (VQA) dataset focusing on Indian road traffic signboards.
|
| 15 |
+
The dataset is designed for training and evaluating Vision-Language Models (VLMs) and VQA systems in the traffic and transportation domain.
|
| 16 |
+
This dataset bridges a gap between real-world Indian traffic conditions and machine understanding — ideal for research in autonomous driving, smart city AI, and traffic sign recognition under natural environments.
|
| 17 |
+
________________________________________
|
| 18 |
+
📦 Dataset Summary
|
| 19 |
+
• Images: 1,085 real-world traffic signboard images
|
| 20 |
+
• Questions: 4,341 unique questions
|
| 21 |
+
• Answers: Short, ground-truth textual responses
|
| 22 |
+
• Source: All images were collected using a mobile phone in real Indian road environments
|
| 23 |
+
• Format: .csv file with the following columns:
|
| 24 |
+
o image_name — name of the image file
|
| 25 |
+
o question — text-based query
|
| 26 |
+
o answer — corresponding ground-truth answer
|
| 27 |
+
________________________________________
|
| 28 |
+
🧠 Task Definition
|
| 29 |
+
Given an image of a traffic signboard and a related question, the model must predict a short text answer.
|
| 30 |
+
Example:
|
| 31 |
+
image_name question answer
|
| 32 |
+
imag_00001.jpg What does this sign indicate? Speed Limit
|
| 33 |
+
img_00002.jpg What does this sign show? Stop
|
| 34 |
+
img_00003.jpg Is U-turn allowed here? No
|
| 35 |
+
________________________________________
|
| 36 |
+
🧩 Applications
|
| 37 |
+
• Visual Question Answering (VQA)
|
| 38 |
+
• Vision-Language Model (VLM) Fine-tuning
|
| 39 |
+
• Multimodal classification of traffic signs
|
| 40 |
+
• Dataset for benchmarking model reasoning in domain-specific visual data
|
| 41 |
+
________________________________________
|
| 42 |
+
🧰 Data Collection Details
|
| 43 |
+
• Captured in diverse Indian traffic conditions (urban, rural, highways)
|
| 44 |
+
• Includes varying lighting, occlusions, and view angles
|
| 45 |
+
• All images are real photographs, not synthetic
|
| 46 |
+
________________________________________
|
| 47 |
+
⚖️ License
|
| 48 |
+
You may distribute, modify, or use this dataset for non-commercial research purposes.
|
| 49 |
+
Please give appropriate credit by citing this dataset.
|
| 50 |
+
________________________________________
|
| 51 |
+
The .zip file contains all the 1085 images with 512x512 resolution.
|
| 52 |
+
There are two .csv files attached.
|
| 53 |
+
traffic_vqa_1085.csv contains one question and one answer,
|
| 54 |
+
traffic_vqa_4341.csv contains multiple questions and answers per image.
|
| 55 |
+
The first .csv file can be used for low resource computational environment.
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
________________________________________
|
| 59 |
+
🚀 Future Work
|
| 60 |
+
Future releases will include:
|
| 61 |
+
• Regional signboard subsets (state-specific)
|
| 62 |
+
• Video-based question answering
|
| 63 |
+
• Multilingual question support (English + Hindi)
|
| 64 |
+
________________________________________
|
| 65 |
+
|
| 66 |
+
👥 Contributors
|
| 67 |
+
🧠 Data Curators
|
| 68 |
+
🧩 Chandra Mohan Bhuma
|
| 69 |
+
🧩 CH.V.M.S.N. Pavan Kumar
|
| 70 |
+
🧩 T. Krishna Chaitanya
|
| 71 |
+
🧩 Miriyala Suneel
|
| 72 |
+
|
| 73 |
+
📷 Data Collectors
|
| 74 |
+
📸 Perumalla Himasri
|
| 75 |
+
📸 Vallapuneni Venkata Siva Kumar
|
| 76 |
+
📸 Ratna Seethal Saripalli
|
| 77 |
+
📸 Somanapalli Hindu
|