gribes02 commited on
Commit
c4497f5
·
verified ·
1 Parent(s): 3d9b36e

Create modality.json

Browse files
Files changed (1) hide show
  1. meta/modality.json +24 -0
meta/modality.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "state": {
4
+ "start": 0,
5
+ "end": 8
6
+ }
7
+ },
8
+ "action": {
9
+ "action": {
10
+ "start": 0,
11
+ "end": 7
12
+ }
13
+ },
14
+ "video": {
15
+ "webcam": {
16
+ "original_key": "observation.images.image"
17
+ }
18
+ },
19
+ "annotation": {
20
+ "human.task_description": {
21
+ "original_key": "task_index"
22
+ }
23
+ }
24
+ }