Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,21 +17,19 @@ size_categories:
|
|
| 17 |
# Dataset Card for All-Angles Bench
|
| 18 |
|
| 19 |
|
| 20 |
-
##
|
| 21 |
|
| 22 |
<!-- Provide a longer summary of what this dataset is. -->
|
| 23 |
The dataset presents a comprehensive benchmark consisting of over 2,100 human-annotated multi-view question-answer (QA) pairs, spanning 90 real-world scenes. Each scene is captured from multiple viewpoints, providing diverse perspectives and context for the associated questions.
|
| 24 |
|
| 25 |
|
| 26 |
-
##
|
| 27 |
|
| 28 |
<!-- Provide the basic links for the dataset. -->
|
| 29 |
|
| 30 |
- **[EgoHumans](https://github.com/rawalkhirodkar/egohumans)** - Egocentric multi-view human activity understanding dataset
|
| 31 |
- **[Ego-Exo4D](https://github.com/facebookresearch/Ego4d)** - Large-scale egocentric and exocentric video dataset for multi-person interaction understanding
|
| 32 |
|
| 33 |
-
Thanks for their wonderful data.
|
| 34 |
-
|
| 35 |
|
| 36 |
## Usage
|
| 37 |
|
|
@@ -62,6 +60,9 @@ The JSON data contains the following key-value pairs:
|
|
| 62 |
| `sourced_dataset`| String | Source dataset name (e.g. `"EgoHumans"`) |
|
| 63 |
|
| 64 |
|
|
|
|
|
|
|
|
|
|
| 65 |
## Citation
|
| 66 |
|
| 67 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
|
@@ -73,4 +74,11 @@ The JSON data contains the following key-value pairs:
|
|
| 73 |
journal={arXiv preprint arXiv:2401.10727},
|
| 74 |
year={2025}
|
| 75 |
}
|
| 76 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
# Dataset Card for All-Angles Bench
|
| 18 |
|
| 19 |
|
| 20 |
+
## Dataset Description
|
| 21 |
|
| 22 |
<!-- Provide a longer summary of what this dataset is. -->
|
| 23 |
The dataset presents a comprehensive benchmark consisting of over 2,100 human-annotated multi-view question-answer (QA) pairs, spanning 90 real-world scenes. Each scene is captured from multiple viewpoints, providing diverse perspectives and context for the associated questions.
|
| 24 |
|
| 25 |
|
| 26 |
+
## Dataset Sources
|
| 27 |
|
| 28 |
<!-- Provide the basic links for the dataset. -->
|
| 29 |
|
| 30 |
- **[EgoHumans](https://github.com/rawalkhirodkar/egohumans)** - Egocentric multi-view human activity understanding dataset
|
| 31 |
- **[Ego-Exo4D](https://github.com/facebookresearch/Ego4d)** - Large-scale egocentric and exocentric video dataset for multi-person interaction understanding
|
| 32 |
|
|
|
|
|
|
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|
|
|
|
| 60 |
| `sourced_dataset`| String | Source dataset name (e.g. `"EgoHumans"`) |
|
| 61 |
|
| 62 |
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
|
| 66 |
## Citation
|
| 67 |
|
| 68 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
|
|
|
| 74 |
journal={arXiv preprint arXiv:2401.10727},
|
| 75 |
year={2025}
|
| 76 |
}
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
## Acknowledgements
|
| 80 |
+
You may refer to related work that serves as foundations for our framework and code repository,
|
| 81 |
+
[EgoHumans](https://github.com/rawalkhirodkar/egohumans),
|
| 82 |
+
[Ego-Exo4D](https://github.com/facebookresearch/Ego4d),
|
| 83 |
+
[VLMEvalKit](https://github.com/open-compass/VLMEvalKit).
|
| 84 |
+
Thanks for their wonderful work and data.
|