ac-pate commited on
Commit
9ff4d70
·
verified ·
1 Parent(s): 6dd0b85

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +149 -0
meta/info.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mimic_follower",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "left_shoulder_pan.pos",
19
+ "left_shoulder_lift.pos",
20
+ "left_elbow_flex.pos",
21
+ "left_wrist_flex.pos",
22
+ "left_wrist_roll.pos",
23
+ "left_gripper.pos",
24
+ "right_shoulder_pan.pos",
25
+ "right_shoulder_lift.pos",
26
+ "right_elbow_flex.pos",
27
+ "right_wrist_flex.pos",
28
+ "right_wrist_roll.pos",
29
+ "right_gripper.pos",
30
+ "base_vx",
31
+ "base_vy",
32
+ "base_omega"
33
+ ],
34
+ "shape": [
35
+ 15
36
+ ]
37
+ },
38
+ "observation.state": {
39
+ "dtype": "float32",
40
+ "names": [
41
+ "left_shoulder_pan.pos",
42
+ "left_shoulder_lift.pos",
43
+ "left_elbow_flex.pos",
44
+ "left_wrist_flex.pos",
45
+ "left_wrist_roll.pos",
46
+ "left_gripper.pos",
47
+ "right_shoulder_pan.pos",
48
+ "right_shoulder_lift.pos",
49
+ "right_elbow_flex.pos",
50
+ "right_wrist_flex.pos",
51
+ "right_wrist_roll.pos",
52
+ "right_gripper.pos",
53
+ "base_x",
54
+ "base_y",
55
+ "base_theta"
56
+ ],
57
+ "shape": [
58
+ 15
59
+ ]
60
+ },
61
+ "observation.images.right_wrist": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 480,
65
+ 640,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "height",
70
+ "width",
71
+ "channels"
72
+ ]
73
+ },
74
+ "observation.images.left_wrist": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ]
86
+ },
87
+ "observation.images.front": {
88
+ "dtype": "video",
89
+ "shape": [
90
+ 480,
91
+ 640,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ]
99
+ },
100
+ "observation.images.top": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 720,
104
+ 1280,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channels"
111
+ ]
112
+ },
113
+ "timestamp": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "episode_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "task_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ }
148
+ }
149
+ }