Datasets:
Add 'action_localization' config data files
Browse files
README.md
CHANGED
@@ -19,7 +19,9 @@ configs:
|
|
19 |
- split: train
|
20 |
path: action_count/train-*
|
21 |
- config_name: action_localization
|
22 |
-
data_files:
|
|
|
|
|
23 |
- config_name: action_sequence
|
24 |
data_files: json/action_sequence.json
|
25 |
- config_name: egocentric_sequence
|
@@ -69,6 +71,30 @@ dataset_info:
|
|
69 |
num_examples: 536
|
70 |
download_size: 6287
|
71 |
dataset_size: 72611
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
---
|
73 |
|
74 |
<div align="center">
|
|
|
19 |
- split: train
|
20 |
path: action_count/train-*
|
21 |
- config_name: action_localization
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path: action_localization/train-*
|
25 |
- config_name: action_sequence
|
26 |
data_files: json/action_sequence.json
|
27 |
- config_name: egocentric_sequence
|
|
|
71 |
num_examples: 536
|
72 |
download_size: 6287
|
73 |
dataset_size: 72611
|
74 |
+
- config_name: action_localization
|
75 |
+
features:
|
76 |
+
- name: video
|
77 |
+
dtype: string
|
78 |
+
- name: question
|
79 |
+
dtype: string
|
80 |
+
- name: candidates
|
81 |
+
sequence: string
|
82 |
+
- name: answer
|
83 |
+
dtype: string
|
84 |
+
- name: start
|
85 |
+
dtype: float64
|
86 |
+
- name: end
|
87 |
+
dtype: float64
|
88 |
+
- name: accurate_start
|
89 |
+
dtype: float64
|
90 |
+
- name: accurate_end
|
91 |
+
dtype: float64
|
92 |
+
splits:
|
93 |
+
- name: train
|
94 |
+
num_bytes: 47290
|
95 |
+
num_examples: 160
|
96 |
+
download_size: 12358
|
97 |
+
dataset_size: 47290
|
98 |
---
|
99 |
|
100 |
<div align="center">
|
action_localization/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e528031cb0e212ee03845b3118623122ba41970f34f826877da44b23dd25948
|
3 |
+
size 12358
|