Winster commited on
Commit
dda7a12
·
verified ·
1 Parent(s): 8a5d01e

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad283b43da8d2ba454852b23466a031701a88509f2febe4d7a883b8df08e021
3
+ size 8452
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 299}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [7.470703125, 191.42578125, 181.142578125, 65.0390625, 8.96484375, 1.8150389194488525], "max": [7.470703125, 191.42578125, 181.142578125, 65.0390625, 8.96484375, 1.8150389194488525], "mean": [7.470703125, 191.42578125, 181.1417999267578, 65.0390625, 8.96484375, 1.8150362968444824], "std": [0.0, 0.0, 0.0007781982421875, 0.0, 0.0, 2.6226043701171875e-06], "count": [299]}, "observation.state": {"min": [6.591796875, 191.162109375, 181.23046875, 64.86328125, 8.173828125, 1.2087026834487915], "max": [6.591796875, 191.162109375, 181.23046875, 64.86328125, 8.173828125, 1.2087026834487915], "mean": [6.591796875, 191.16293334960938, 181.23046875, 64.86328125, 8.173828125, 1.2087070941925049], "std": [0.0, 0.000823974609375, 0.0, 0.0, 0.0, 4.410743713378906e-06], "count": [299]}, "observation.images.laptop": {"min": [[[0.19607843137254902]], [[0.19607843137254902]], [[0.27450980392156865]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7101121017156863]], [[0.7259284885620915]], [[0.7389346466503268]]], "std": [[[0.21972946852965441]], [[0.21889533477229747]], [[0.18589864877086368]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.933333333333334], "mean": [4.966666666666667], "std": [2.8771127502720115], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [299]}, "index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [299]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 299,
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11953261af7c08bd91f5ae0c5c6db24898baf5c6c821dcafeeec36dd5d61609a
3
+ size 5371264