RasmusP commited on
Commit
5b110e4
·
verified ·
1 Parent(s): 4981b39

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:2a8f536e05efcb0825be24a72435fb97fb818ef23bc00f848c67af474318864d
3
+ size 22044
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a square block and put it in the box."], "length": 446}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-7.646484375, 56.25, 25.6640625, 65.21484375, -28.564453125, -2.0833334922790527], "max": [83.3203125, 180.87890625, 174.462890625, 111.357421875, 10.283203125, 101.64930725097656], "mean": [27.485132217407227, 96.82164001464844, 63.15532684326172, 87.14754486083984, -6.104851245880127, 18.562572479248047], "std": [35.0678596496582, 42.055137634277344, 49.90934753417969, 18.17671775817871, 12.747447967529297, 31.784748077392578], "count": [446]}, "observation.state": {"min": [-7.822265625, 55.8984375, 28.564453125, 66.62109375, -28.388671875, 0.8510637879371643], "max": [83.408203125, 180.791015625, 174.0234375, 103.18359375, 10.37109375, 101.38298034667969], "mean": [26.892560958862305, 96.05233764648438, 65.78160095214844, 85.86740112304688, -6.151752471923828, 18.761598587036133], "std": [34.71636962890625, 43.49306869506836, 49.98332214355469, 16.030473709106445, 12.841447830200195, 31.51481819152832], "count": [446]}, "observation.images.webcam": {"min": [[[0.00784313725490196]], [[0.050980392156862744]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5686096548202614]], [[0.6117629779411764]], [[0.6714795751633987]]], "std": [[[0.2786352714336393]], [[0.24822382960875053]], [[0.21110976998394057]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2721730882352941]], [[0.27211712826797385]], [[0.27702330065359476]]], "std": [[[0.28582865562471366]], [[0.28299659448275627]], [[0.28455905093719935]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.833333333333334], "mean": [7.416666666666666], "std": [4.291626213401576], "count": [446]}, "frame_index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [446]}, "index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [446]}}}
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": 446,
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.webcam": {
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": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Grasp a square block and put it in the box."}
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c0ed3e5a9898992cc20edeb4415ff66e8b564de204c46fe1bf55a699fbac3a
3
+ size 3822661
videos/chunk-000/observation.images.webcam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:857e2404fb41a3fb485ba9a793a10b65b461692ebc0fa88677e6198b6e61420a
3
+ size 3541128