kirdo commited on
Commit
eb664d1
·
verified ·
1 Parent(s): 062cdf0

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:cdd64e41b2eb4c62fe4fca522af0eb4be664a9ea9aa59e0a3c63536fdfad2248
3
+ size 58163
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Move blocks one by one until all three blocks are in the tray. "], "length": 1182}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.439453125, 42.36328125, 17.314453125, 62.40234375, -125.33203125, -8.306365013122559], "max": [36.03515625, 189.4921875, 181.58203125, 97.646484375, -55.72265625, 26.645092010498047], "mean": [17.69085121154785, 100.63150787353516, 95.833251953125, 80.38644409179688, -90.30586242675781, 9.70128345489502], "std": [9.503280639648438, 50.87486267089844, 48.71688461303711, 11.824700355529785, 14.216029167175293, 13.903583526611328], "count": [1182]}, "observation.state": {"min": [0.17578125, 41.572265625, 19.775390625, 62.9296875, -124.98046875, -4.189944267272949], "max": [35.947265625, 189.31640625, 183.69140625, 97.91015625, -56.162109375, 26.326814651489258], "mean": [17.777254104614258, 99.2165298461914, 97.73526000976562, 80.32981872558594, -90.23698425292969, 12.805310249328613], "std": [9.50399112701416, 51.51654815673828, 48.41027069091797, 11.692106246948242, 14.128170013427734, 10.886335372924805], "count": [1182]}, "observation.images.realsense": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4706163097909147]], [[0.47745376568952624]], [[0.5056429352420903]]], "std": [[[0.25710719043139163]], [[0.2531161065942719]], [[0.23858525051232443]]], "count": [201]}, "observation.images.hand": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25555714076675445]], [[0.2517725669040419]], [[0.26259728420804473]]], "std": [[[0.20735413069518457]], [[0.2065771561800624]], [[0.21016056852987236]]], "count": [201]}, "timestamp": {"min": [0.0], "max": [39.36666666666667], "mean": [19.683333333333334], "std": [11.37379623260153], "count": [1182]}, "frame_index": {"min": [0], "max": [1181], "mean": [590.5], "std": [341.2138869780459], "count": [1182]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1182]}, "index": {"min": [0], "max": [1181], "mean": [590.5], "std": [341.2138869780459], "count": [1182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1182]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1182,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "observation.images.hand": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "h264",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Move blocks one by one until all three blocks are in the tray. "}
videos/chunk-000/observation.images.hand/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df1c93c13c3f5beb17b6f34798b870066731acdc9b186e9b0bba83504809c4dd
3
+ size 5504701
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:c5548a53810ffb11e7a5348fc23015619041cbad2e1d13551a6f7b8bceafab53
3
+ size 3760002