Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,35 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
| 4 |
-
- 1K<n<10K
|
| 5 |
task_categories:
|
| 6 |
-
- visual-question-answering
|
|
|
|
|
|
|
| 7 |
language:
|
| 8 |
-
- en
|
| 9 |
tags:
|
| 10 |
-
-
|
| 11 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pretty_name: EPIC-Bench
|
|
|
|
| 4 |
task_categories:
|
| 5 |
+
- visual-question-answering
|
| 6 |
+
- object-detection
|
| 7 |
+
- image-segmentation
|
| 8 |
language:
|
| 9 |
+
- en
|
| 10 |
tags:
|
| 11 |
+
- embodied-ai
|
| 12 |
+
- embodied-perception
|
| 13 |
+
- visual-grounding
|
| 14 |
+
- mask-grounding
|
| 15 |
+
- vision-language-models
|
| 16 |
+
- vlm
|
| 17 |
+
- benchmark
|
| 18 |
+
- target-localization
|
| 19 |
+
- navigation
|
| 20 |
+
- manipulation
|
| 21 |
+
- affordance
|
| 22 |
+
- spatial-reasoning
|
| 23 |
+
- multi-view
|
| 24 |
+
- image-text-mask
|
| 25 |
+
size_categories:
|
| 26 |
+
- 1K<n<10K
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: full
|
| 29 |
+
data_files:
|
| 30 |
+
- split: test
|
| 31 |
+
path: "test*.parquet"
|
| 32 |
+
default: true
|
| 33 |
---
|
| 34 |
|
| 35 |
|