younghyopark commited on
Commit
2eabbcb
·
verified ·
1 Parent(s): 9276da3

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:69878706e2e59da31bb566428dade03a93874e829ff3a144e0bf860e941f3bdc
3
+ size 216315673
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["bifranka_teleoperation"], "length": 82}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92f3c770f21e31e027f61f677c1c3c42ddbbe7a2f75c40e4232b098df1dbe612
3
+ size 180628491
meta/info.json ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "bifranka",
4
+ "total_episodes": 1,
5
+ "total_frames": 82,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
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": "uint8",
117
+ "shape": [
118
+ 720,
119
+ 1280,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "rgb"
124
+ ]
125
+ },
126
+ "depth.global_0": {
127
+ "dtype": "uint16",
128
+ "shape": [
129
+ 720,
130
+ 1280
131
+ ],
132
+ "names": [
133
+ "depth"
134
+ ]
135
+ },
136
+ "pose.cambridge_mug": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 4,
140
+ 4
141
+ ],
142
+ "names": [
143
+ "pose"
144
+ ]
145
+ },
146
+ "timestamp": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "episode_index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "frame_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "task_index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ }
181
+ }
182
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "bifranka_teleoperation"}