fdcolin commited on
Commit
65d476a
·
verified ·
1 Parent(s): 6a85e0f

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:0817e18121a2abac3295b941bc2c20026625186e704ea21529ec019c3fe957af
3
+ size 116725
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab a blue cube"], "length": 1674}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-27.35051155090332, -97.62788391113281, 19.505577087402344, -78.12249755859375, 0.3463325500488281, -0.9160804748535156], "max": [25.701547622680664, 49.64533233642578, 94.94212341308594, 73.02446746826172, 59.04801940917969, 36.371883392333984], "mean": [11.789997100830078, 20.266387939453125, 51.746559143066406, -47.3698844909668, 52.47460174560547, 23.131656646728516], "std": [12.373942375183105, 26.217124938964844, 20.38890838623047, 27.21766471862793, 11.608957290649414, 12.998257637023926], "count": [1674]}, "observation.state": {"min": [-27.259475708007812, -99.58246612548828, 21.031570434570312, -76.42585754394531, 0.5984907746315002, 1.1154855489730835], "max": [25.291545867919922, 49.64509582519531, 97.77678680419922, 72.37008666992188, 58.78219985961914, 36.482940673828125], "mean": [11.574345588684082, 22.138534545898438, 52.74253463745117, -46.9775505065918, 52.42560577392578, 24.362369537353516], "std": [12.411836624145508, 26.526018142700195, 20.174938201904297, 27.409902572631836, 11.613572120666504, 10.960413932800293], "count": [1674]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6138495093865559]], [[0.5341337427691383]], [[0.5046040221537743]]], "std": [[[0.22558771176428066]], [[0.22132889559833682]], [[0.24393406541841156]]], "count": [261]}, "timestamp": {"min": [0.0], "max": [55.766666666666666], "mean": [27.883333333333333], "std": [16.10806963628502], "count": [1674]}, "frame_index": {"min": [0], "max": [1673], "mean": [836.5], "std": [483.2420890885506], "count": [1674]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1674]}, "index": {"min": [0], "max": [1673], "mean": [836.5], "std": [483.2420890885506], "count": [1674]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1674]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1674,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
60
+ "video.codec": "av1",
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": "Grab a blue cube"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06da0ff1bf1d3162e4840ebed19dad8ef8fdb034083805b72eef475fefd58ed5
3
+ size 118865819