Update README.md
Browse files
README.md
CHANGED
|
@@ -1,61 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
features:
|
| 4 |
-
- name: idx
|
| 5 |
-
dtype: int64
|
| 6 |
-
- name: video_path
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: question
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: choices
|
| 11 |
-
struct:
|
| 12 |
-
- name: a
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: b
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: c
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: d
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: answer
|
| 21 |
-
sequence: string
|
| 22 |
-
- name: choice_type
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: video_source
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: video_type
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: frame_number
|
| 29 |
-
dtype: int64
|
| 30 |
-
- name: video_time
|
| 31 |
-
dtype: float64
|
| 32 |
-
- name: fps
|
| 33 |
-
dtype: float64
|
| 34 |
-
- name: box
|
| 35 |
-
sequence:
|
| 36 |
-
sequence: int64
|
| 37 |
-
- name: mask
|
| 38 |
-
list:
|
| 39 |
-
- name: counts
|
| 40 |
-
dtype: string
|
| 41 |
-
- name: size
|
| 42 |
-
sequence: int64
|
| 43 |
-
- name: point
|
| 44 |
-
sequence:
|
| 45 |
-
sequence: int64
|
| 46 |
-
splits:
|
| 47 |
-
- name: test
|
| 48 |
-
num_bytes: 4578328
|
| 49 |
-
num_examples: 3277
|
| 50 |
-
download_size: 2933575
|
| 51 |
-
dataset_size: 4578328
|
| 52 |
-
configs:
|
| 53 |
-
- config_name: default
|
| 54 |
-
data_files:
|
| 55 |
-
- split: test
|
| 56 |
-
path: data/test-*
|
| 57 |
-
task_categories:
|
| 58 |
-
- video-text-to-text
|
| 59 |
---
|
| 60 |
|
| 61 |
# EOC-Bench : Can MLLMs Identify, Recall, and Forecast Objects in an Egocentric World?
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# EOC-Bench : Can MLLMs Identify, Recall, and Forecast Objects in an Egocentric World?
|