owen-burns commited on
Commit
b98c65b
·
1 Parent(s): 2ea3554

added modality config

Browse files
Files changed (1) hide show
  1. meta/modality.json +48 -0
meta/modality.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "left_arm": {
4
+ "start": 0,
5
+ "end": 7
6
+ },
7
+ "left_hand": {
8
+ "start": 14,
9
+ "end": 21
10
+ },
11
+ "right_arm": {
12
+ "start": 7,
13
+ "end": 14
14
+ },
15
+ "right_hand": {
16
+ "start": 21,
17
+ "end": 28
18
+ }
19
+ },
20
+ "action": {
21
+ "left_arm": {
22
+ "start": 0,
23
+ "end": 7
24
+ },
25
+ "left_hand": {
26
+ "start": 14,
27
+ "end": 21
28
+ },
29
+ "right_arm": {
30
+ "start": 7,
31
+ "end": 14
32
+ },
33
+ "right_hand": {
34
+ "start": 21,
35
+ "end": 28
36
+ }
37
+ },
38
+ "video": {
39
+ "rs_view": {
40
+ "original_key": "observation.images.cam_left_high"
41
+ }
42
+ },
43
+ "annotation": {
44
+ "human.task_description": {
45
+ "original_key": "task_index"
46
+ }
47
+ }
48
+ }