zifuwan commited on
Commit
07ffcd6
·
verified ·
1 Parent(s): 5b7cf41

Upload folder using huggingface_hub

Browse files
.conversion_log.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processed_episodes": [
3
+ 0,
4
+ 1,
5
+ 2,
6
+ 3
7
+ ],
8
+ "total_frames": 1029,
9
+ "total_episodes": 4,
10
+ "fps": 30.0,
11
+ "video": true,
12
+ "task_to_index": {
13
+ "Teleoperation task": 0
14
+ }
15
+ }
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbb1ba9c0925b9cefa975bb8657757b0d7f3622ceaeede89506387700d773266
3
+ size 900994279
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443685170abfa11811f31b6e5eb710d68150dd2edeea8e9d21a5f658526c2cac
3
+ size 1220447100
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef81b6520a644f8efde966ab23740f59b92b455315068c4395346a0dcbc47271
3
+ size 1019257363
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0594f228701a1d971d7f3cc297e35a180bd896d0fd370a6072e7222e70d3a
3
+ size 1168562877
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Teleoperation task"], "length": 216}
2
+ {"episode_index": 1, "tasks": ["Teleoperation task"], "length": 291}
3
+ {"episode_index": 2, "tasks": ["Teleoperation task"], "length": 244}
4
+ {"episode_index": 3, "tasks": ["Teleoperation task"], "length": 278}
meta/info.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 4,
5
+ "total_frames": 1029,
6
+ "total_tasks": 1,
7
+ "total_videos": 8,
8
+ "total_chunks": 1,
9
+ "chunks_size": 4,
10
+ "fps": 30.0,
11
+ "splits": {
12
+ "train": "0:4"
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
+ "frame_index": {
18
+ "dtype": "int64",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "episode_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "timestamp": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "next.done": {
46
+ "dtype": "bool",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "next.reward": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "task_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "robot.joint_positions": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 6
70
+ ],
71
+ "names": null
72
+ },
73
+ "robot.joint_velocities": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 6
77
+ ],
78
+ "names": null
79
+ },
80
+ "robot.end_effector_pose": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 6
84
+ ],
85
+ "names": null
86
+ },
87
+ "robot.end_effector_force": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 6
91
+ ],
92
+ "names": null
93
+ },
94
+ "robot.gripper_pos": {
95
+ "dtype": "int64",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "robot.gripper_state": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "base_cam_depth": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 720,
112
+ 1280
113
+ ],
114
+ "names": null
115
+ },
116
+ "observation.state": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 6
120
+ ],
121
+ "names": null
122
+ },
123
+ "action": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 6
127
+ ],
128
+ "names": null
129
+ },
130
+ "observation.images.image": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 224,
134
+ 224,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channel"
141
+ ],
142
+ "video_info": {
143
+ "video.fps": 30.0,
144
+ "video.codec": "av1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "has_audio": false
148
+ }
149
+ },
150
+ "observation.images.hand_image": {
151
+ "dtype": "video",
152
+ "shape": [
153
+ 224,
154
+ 224,
155
+ 3
156
+ ],
157
+ "names": [
158
+ "height",
159
+ "width",
160
+ "channel"
161
+ ],
162
+ "video_info": {
163
+ "video.fps": 30.0,
164
+ "video.codec": "av1",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.is_depth_map": false,
167
+ "has_audio": false
168
+ }
169
+ }
170
+ }
171
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Teleoperation task"}
videos/chunk-000/observation.images.hand_image/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed64da03a32ef537d2a207a79f73a31f4742234df616afc5d6fa47dc7104933
3
+ size 645254
videos/chunk-000/observation.images.hand_image/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89573fea4151b663d76fbece8c9f7466054b4b516d17cbaedbe1990eb945ffe
3
+ size 675659
videos/chunk-000/observation.images.hand_image/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9fb922ff4d4444fd930a79afc159fc63ebee2a466c7d3c4a7e3f24463739b6f
3
+ size 664508
videos/chunk-000/observation.images.hand_image/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e49141d425f60fe35f150c2f429575c0798b993b5e22c629397087b595ca81
3
+ size 801104
videos/chunk-000/observation.images.image/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fbadd3f40ebae32a3dc5bb8070072a7a7ae5844e6cceac5f77f99aed2375d8
3
+ size 150783
videos/chunk-000/observation.images.image/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7226bda92e978add8edd82cf3c0f5de47c1f2aec65f0d627ac4d87c745f19b
3
+ size 183274
videos/chunk-000/observation.images.image/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de89cec52b9dc8333bec2e467f6c7e4d19dc48543d36b50edc298cdede632f55
3
+ size 178925
videos/chunk-000/observation.images.image/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb2b09aa8b32e0ae5c42312acdf0b6418cc9145decd8c38c019705f7aa93092
3
+ size 192126