younghyopark commited on
Commit
f30ac38
·
verified ·
1 Parent(s): f7c4055

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd1b01c0e261fe7db86d60e8e0b6ff73c9a2cff6ae47ad4611ee4274d4ebb6f
3
+ size 17046487
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["bifranka_teleoperation"], "length": 26}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00253198acb4b89e5550a235a8c290c7f4dd52de41f27f34045841d3664836e8
3
+ size 41428420
meta/info.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "bifranka",
4
+ "total_episodes": 1,
5
+ "total_frames": 26,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.joint_positions": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 18
21
+ ],
22
+ "names": [
23
+ "l_joint_1",
24
+ "l_joint_2",
25
+ "l_joint_3",
26
+ "l_joint_4",
27
+ "l_joint_5",
28
+ "l_joint_6",
29
+ "l_joint_7",
30
+ "l_gripper_left",
31
+ "l_gripper_right",
32
+ "r_joint_1",
33
+ "r_joint_2",
34
+ "r_joint_3",
35
+ "r_joint_4",
36
+ "r_joint_5",
37
+ "r_joint_6",
38
+ "r_joint_7",
39
+ "r_gripper_left",
40
+ "r_gripper_right"
41
+ ]
42
+ },
43
+ "observation.ee_pose": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 14
47
+ ],
48
+ "names": [
49
+ "l_pos_x",
50
+ "l_pos_y",
51
+ "l_pos_z",
52
+ "l_quat_w",
53
+ "l_quat_x",
54
+ "l_quat_y",
55
+ "l_quat_z",
56
+ "r_pos_x",
57
+ "r_pos_y",
58
+ "r_pos_z",
59
+ "r_quat_w",
60
+ "r_quat_x",
61
+ "r_quat_y",
62
+ "r_quat_z"
63
+ ]
64
+ },
65
+ "action.ee_pose": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 32
69
+ ],
70
+ "names": [
71
+ "l_matrix_0_0",
72
+ "l_matrix_0_1",
73
+ "l_matrix_0_2",
74
+ "l_matrix_0_3",
75
+ "l_matrix_1_0",
76
+ "l_matrix_1_1",
77
+ "l_matrix_1_2",
78
+ "l_matrix_1_3",
79
+ "l_matrix_2_0",
80
+ "l_matrix_2_1",
81
+ "l_matrix_2_2",
82
+ "l_matrix_2_3",
83
+ "l_matrix_3_0",
84
+ "l_matrix_3_1",
85
+ "l_matrix_3_2",
86
+ "l_matrix_3_3",
87
+ "r_matrix_0_0",
88
+ "r_matrix_0_1",
89
+ "r_matrix_0_2",
90
+ "r_matrix_0_3",
91
+ "r_matrix_1_0",
92
+ "r_matrix_1_1",
93
+ "r_matrix_1_2",
94
+ "r_matrix_1_3",
95
+ "r_matrix_2_0",
96
+ "r_matrix_2_1",
97
+ "r_matrix_2_2",
98
+ "r_matrix_2_3",
99
+ "r_matrix_3_0",
100
+ "r_matrix_3_1",
101
+ "r_matrix_3_2",
102
+ "r_matrix_3_3"
103
+ ]
104
+ },
105
+ "action.gripper": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 2
109
+ ],
110
+ "names": [
111
+ "l_gripper",
112
+ "r_gripper"
113
+ ]
114
+ },
115
+ "rgb.global_0": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 720,
119
+ 1280,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "rgb"
124
+ ],
125
+ "info": {
126
+ "video.fps": 30.0,
127
+ "video.height": 720,
128
+ "video.width": 1280,
129
+ "video.channels": 3,
130
+ "video.codec": "h264",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "has_audio": false
134
+ }
135
+ },
136
+ "depth.global_0": {
137
+ "dtype": "uint16",
138
+ "shape": [
139
+ 720,
140
+ 1280
141
+ ],
142
+ "names": [
143
+ "depth"
144
+ ]
145
+ },
146
+ "pose.cambridge_mug": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 4,
150
+ 4
151
+ ],
152
+ "names": [
153
+ "pose"
154
+ ]
155
+ },
156
+ "timestamp": {
157
+ "dtype": "float32",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "episode_index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "frame_index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "task_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ }
191
+ }
192
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "bifranka_teleoperation"}
videos/chunk-000/rgb.global_0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31e5fdc8f2408e443b62e2250221ae0d12c404a281ac7b7ee76db54dabd39b1
3
+ size 410590