Upload dataset
Browse files- README.md +211 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: video_id
|
5 |
+
dtype: string
|
6 |
+
- name: video
|
7 |
+
dtype: string
|
8 |
+
- name: subject
|
9 |
+
dtype: string
|
10 |
+
- name: scene
|
11 |
+
dtype: string
|
12 |
+
- name: quality
|
13 |
+
dtype: int32
|
14 |
+
- name: relevance
|
15 |
+
dtype: int32
|
16 |
+
- name: verified
|
17 |
+
dtype: string
|
18 |
+
- name: script
|
19 |
+
dtype: string
|
20 |
+
- name: objects
|
21 |
+
sequence: string
|
22 |
+
- name: descriptions
|
23 |
+
sequence: string
|
24 |
+
- name: labels
|
25 |
+
sequence:
|
26 |
+
class_label:
|
27 |
+
names:
|
28 |
+
'0': Holding some clothes
|
29 |
+
'1': Putting clothes somewhere
|
30 |
+
'2': Taking some clothes from somewhere
|
31 |
+
'3': Throwing clothes somewhere
|
32 |
+
'4': Tidying some clothes
|
33 |
+
'5': Washing some clothes
|
34 |
+
'6': Closing a door
|
35 |
+
'7': Fixing a door
|
36 |
+
'8': Opening a door
|
37 |
+
'9': Putting something on a table
|
38 |
+
'10': Sitting on a table
|
39 |
+
'11': Sitting at a table
|
40 |
+
'12': Tidying up a table
|
41 |
+
'13': Washing a table
|
42 |
+
'14': Working at a table
|
43 |
+
'15': Holding a phone/camera
|
44 |
+
'16': Playing with a phone/camera
|
45 |
+
'17': Putting a phone/camera somewhere
|
46 |
+
'18': Taking a phone/camera from somewhere
|
47 |
+
'19': Talking on a phone/camera
|
48 |
+
'20': Holding a bag
|
49 |
+
'21': Opening a bag
|
50 |
+
'22': Putting a bag somewhere
|
51 |
+
'23': Taking a bag from somewhere
|
52 |
+
'24': Throwing a bag somewhere
|
53 |
+
'25': Closing a book
|
54 |
+
'26': Holding a book
|
55 |
+
'27': Opening a book
|
56 |
+
'28': Putting a book somewhere
|
57 |
+
'29': Smiling at a book
|
58 |
+
'30': Taking a book from somewhere
|
59 |
+
'31': Throwing a book somewhere
|
60 |
+
'32': Watching/Reading/Looking at a book
|
61 |
+
'33': Holding a towel/s
|
62 |
+
'34': Putting a towel/s somewhere
|
63 |
+
'35': Taking a towel/s from somewhere
|
64 |
+
'36': Throwing a towel/s somewhere
|
65 |
+
'37': Tidying up a towel/s
|
66 |
+
'38': Washing something with a towel
|
67 |
+
'39': Closing a box
|
68 |
+
'40': Holding a box
|
69 |
+
'41': Opening a box
|
70 |
+
'42': Putting a box somewhere
|
71 |
+
'43': Taking a box from somewhere
|
72 |
+
'44': Taking something from a box
|
73 |
+
'45': Throwing a box somewhere
|
74 |
+
'46': Closing a laptop
|
75 |
+
'47': Holding a laptop
|
76 |
+
'48': Opening a laptop
|
77 |
+
'49': Putting a laptop somewhere
|
78 |
+
'50': Taking a laptop from somewhere
|
79 |
+
'51': Watching a laptop or something on a laptop
|
80 |
+
'52': Working/Playing on a laptop
|
81 |
+
'53': Holding a shoe/shoes
|
82 |
+
'54': Putting shoes somewhere
|
83 |
+
'55': Putting on shoe/shoes
|
84 |
+
'56': Taking shoes from somewhere
|
85 |
+
'57': Taking off some shoes
|
86 |
+
'58': Throwing shoes somewhere
|
87 |
+
'59': Sitting in a chair
|
88 |
+
'60': Standing on a chair
|
89 |
+
'61': Holding some food
|
90 |
+
'62': Putting some food somewhere
|
91 |
+
'63': Taking food from somewhere
|
92 |
+
'64': Throwing food somewhere
|
93 |
+
'65': Eating a sandwich
|
94 |
+
'66': Making a sandwich
|
95 |
+
'67': Holding a sandwich
|
96 |
+
'68': Putting a sandwich somewhere
|
97 |
+
'69': Taking a sandwich from somewhere
|
98 |
+
'70': Holding a blanket
|
99 |
+
'71': Putting a blanket somewhere
|
100 |
+
'72': Snuggling with a blanket
|
101 |
+
'73': Taking a blanket from somewhere
|
102 |
+
'74': Throwing a blanket somewhere
|
103 |
+
'75': Tidying up a blanket/s
|
104 |
+
'76': Holding a pillow
|
105 |
+
'77': Putting a pillow somewhere
|
106 |
+
'78': Snuggling with a pillow
|
107 |
+
'79': Taking a pillow from somewhere
|
108 |
+
'80': Throwing a pillow somewhere
|
109 |
+
'81': Putting something on a shelf
|
110 |
+
'82': Tidying a shelf or something on a shelf
|
111 |
+
'83': Reaching for and grabbing a picture
|
112 |
+
'84': Holding a picture
|
113 |
+
'85': Laughing at a picture
|
114 |
+
'86': Putting a picture somewhere
|
115 |
+
'87': Taking a picture of something
|
116 |
+
'88': Watching/looking at a picture
|
117 |
+
'89': Closing a window
|
118 |
+
'90': Opening a window
|
119 |
+
'91': Washing a window
|
120 |
+
'92': Watching/Looking outside of a window
|
121 |
+
'93': Holding a mirror
|
122 |
+
'94': Smiling in a mirror
|
123 |
+
'95': Washing a mirror
|
124 |
+
'96': Watching something/someone/themselves in a mirror
|
125 |
+
'97': Walking through a doorway
|
126 |
+
'98': Holding a broom
|
127 |
+
'99': Putting a broom somewhere
|
128 |
+
'100': Taking a broom from somewhere
|
129 |
+
'101': Throwing a broom somewhere
|
130 |
+
'102': Tidying up with a broom
|
131 |
+
'103': Fixing a light
|
132 |
+
'104': Turning on a light
|
133 |
+
'105': Turning off a light
|
134 |
+
'106': Drinking from a cup/glass/bottle
|
135 |
+
'107': Holding a cup/glass/bottle of something
|
136 |
+
'108': Pouring something into a cup/glass/bottle
|
137 |
+
'109': Putting a cup/glass/bottle somewhere
|
138 |
+
'110': Taking a cup/glass/bottle from somewhere
|
139 |
+
'111': Washing a cup/glass/bottle
|
140 |
+
'112': Closing a closet/cabinet
|
141 |
+
'113': Opening a closet/cabinet
|
142 |
+
'114': Tidying up a closet/cabinet
|
143 |
+
'115': Someone is holding a paper/notebook
|
144 |
+
'116': Putting their paper/notebook somewhere
|
145 |
+
'117': Taking paper/notebook from somewhere
|
146 |
+
'118': Holding a dish
|
147 |
+
'119': Putting a dish/es somewhere
|
148 |
+
'120': Taking a dish/es from somewhere
|
149 |
+
'121': Wash a dish/dishes
|
150 |
+
'122': Lying on a sofa/couch
|
151 |
+
'123': Sitting on sofa/couch
|
152 |
+
'124': Lying on the floor
|
153 |
+
'125': Sitting on the floor
|
154 |
+
'126': Throwing something on the floor
|
155 |
+
'127': Tidying something on the floor
|
156 |
+
'128': Holding some medicine
|
157 |
+
'129': Taking/consuming some medicine
|
158 |
+
'130': Putting groceries somewhere
|
159 |
+
'131': Laughing at television
|
160 |
+
'132': Watching television
|
161 |
+
'133': Someone is awakening in bed
|
162 |
+
'134': Lying on a bed
|
163 |
+
'135': Sitting in a bed
|
164 |
+
'136': Fixing a vacuum
|
165 |
+
'137': Holding a vacuum
|
166 |
+
'138': Taking a vacuum from somewhere
|
167 |
+
'139': Washing their hands
|
168 |
+
'140': Fixing a doorknob
|
169 |
+
'141': Grasping onto a doorknob
|
170 |
+
'142': Closing a refrigerator
|
171 |
+
'143': Opening a refrigerator
|
172 |
+
'144': Fixing their hair
|
173 |
+
'145': Working on paper/notebook
|
174 |
+
'146': Someone is awakening somewhere
|
175 |
+
'147': Someone is cooking something
|
176 |
+
'148': Someone is dressing
|
177 |
+
'149': Someone is laughing
|
178 |
+
'150': Someone is running somewhere
|
179 |
+
'151': Someone is going from standing to sitting
|
180 |
+
'152': Someone is smiling
|
181 |
+
'153': Someone is sneezing
|
182 |
+
'154': Someone is standing up from somewhere
|
183 |
+
'155': Someone is undressing
|
184 |
+
'156': Someone is eating something
|
185 |
+
- name: action_timings
|
186 |
+
sequence:
|
187 |
+
sequence: float32
|
188 |
+
- name: length
|
189 |
+
dtype: float32
|
190 |
+
splits:
|
191 |
+
- name: train
|
192 |
+
num_bytes: 2682071.2
|
193 |
+
num_examples: 4000
|
194 |
+
- name: test
|
195 |
+
num_bytes: 335258.9
|
196 |
+
num_examples: 500
|
197 |
+
- name: validation
|
198 |
+
num_bytes: 335258.9
|
199 |
+
num_examples: 500
|
200 |
+
download_size: 1029957
|
201 |
+
dataset_size: 3352589.0
|
202 |
+
configs:
|
203 |
+
- config_name: default
|
204 |
+
data_files:
|
205 |
+
- split: train
|
206 |
+
path: data/train-*
|
207 |
+
- split: test
|
208 |
+
path: data/test-*
|
209 |
+
- split: validation
|
210 |
+
path: data/validation-*
|
211 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24a54458aa7a042ab6e01f585de4c09a5880296af0e3f435be6ff0004667aa89
|
3 |
+
size 118250
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c510aa4b69887af0a484cfebfd85d7e977f2840e7dc6a26e0bbea925e885dfa
|
3 |
+
size 794358
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1604f7030591627197ec66b535d588d5e01cabf4e79fe470786cb041ffc9d821
|
3 |
+
size 117349
|