ar0s commited on
Commit
1d4add1
·
verified ·
1 Parent(s): ca78440

Create modality.json

Browse files
Files changed (1) hide show
  1. meta/modality.json +78 -0
meta/modality.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "left_arm_position": {
4
+ "start": 0,
5
+ "end": 3
6
+ },
7
+ "left_arm_orientation": {
8
+ "start": 3,
9
+ "end": 7,
10
+ "rotation_type": "quaternion"
11
+ },
12
+ "right_arm_position": {
13
+ "start": 7,
14
+ "end": 10
15
+ },
16
+ "right_arm_orientation": {
17
+ "start": 10,
18
+ "end": 14,
19
+ "rotation_type": "quaternion"
20
+ },
21
+ "neck_orientation": {
22
+ "start": 14,
23
+ "end": 18,
24
+ "rotation_type": "quaternion"
25
+ },
26
+ "left_hand": {
27
+ "start": 18,
28
+ "end": 24
29
+ },
30
+ "right_hand": {
31
+ "start": 24,
32
+ "end": 30
33
+ }
34
+ },
35
+ "action": {
36
+ "left_arm_position": {
37
+ "start": 0,
38
+ "end": 3
39
+ },
40
+ "left_arm_orientation": {
41
+ "start": 3,
42
+ "end": 7,
43
+ "rotation_type": "quaternion"
44
+ },
45
+ "right_arm_position": {
46
+ "start": 7,
47
+ "end": 10
48
+ },
49
+ "right_arm_orientation": {
50
+ "start": 10,
51
+ "end": 14,
52
+ "rotation_type": "quaternion"
53
+ },
54
+ "neck_orientation": {
55
+ "start": 14,
56
+ "end": 18,
57
+ "rotation_type": "quaternion"
58
+ },
59
+ "left_hand": {
60
+ "start": 18,
61
+ "end": 24
62
+ },
63
+ "right_hand": {
64
+ "start": 24,
65
+ "end": 30
66
+ }
67
+ },
68
+ "video": {
69
+ "ego_view": {
70
+ "original_key": "observation.images.agentview"
71
+ }
72
+ },
73
+ "annotation": {
74
+ "human.action.task_description": {
75
+ "original_key": "task_index"
76
+ }
77
+ }
78
+ }