kirdo commited on
Commit
76cce56
·
verified ·
1 Parent(s): d902599

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:a92be24503e97ce37746558d15daab3c1cc40eb258be939e651a130bb3a13006
3
+ size 51690
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1792}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [5.44921875, 70.48828125, 96.240234375, 44.6484375, -144.228515625, -7.9827399253845215], "max": [37.08984375, 189.580078125, 181.58203125, 77.080078125, -90.17578125, 43.04207229614258], "mean": [11.122235298156738, 177.62435913085938, 173.051025390625, 70.6219711303711, -105.15836334228516, -2.598036050796509], "std": [4.4602131843566895, 32.93355178833008, 23.658428192138672, 7.680232048034668, 6.61000919342041, 12.294567108154297], "count": [1792]}, "observation.state": {"min": [6.240234375, 70.13671875, 97.822265625, 45.263671875, -143.701171875, -3.910614490509033], "max": [36.826171875, 189.4921875, 181.93359375, 77.080078125, -90.52734375, 41.899444580078125], "mean": [11.148866653442383, 177.46665954589844, 173.54769897460938, 70.06562805175781, -105.38734436035156, 1.93971848487854], "std": [4.3106231689453125, 33.179683685302734, 23.253192901611328, 7.382667541503906, 6.4730048179626465, 11.55648422241211], "count": [1792]}, "observation.images.realsense": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2813666302733215]], [[0.24038798425430777]], [[0.21529905377302436]]], "std": [[[0.22355941960440462]], [[0.22056797744718853]], [[0.22812009363919206]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.7], "mean": [29.85], "std": [17.243525354946033], "count": [1792]}, "frame_index": {"min": [0], "max": [1791], "mean": [895.5], "std": [517.3057606483809], "count": [1792]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1792]}, "index": {"min": [0], "max": [1791], "mean": [895.5], "std": [517.3057606483809], "count": [1792]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1792]}}}
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": 1792,
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.realsense": {
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.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "h264",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
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.realsense/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f36881c0ffb339e190999e37452c19f8379fe9db7ecfb27797f907bd780096
3
+ size 10270096