ElvinLiSTFT commited on
Commit
be29879
·
verified ·
1 Parent(s): 042f7f4

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:7c997cb17f92b8db271edc8a8433d8b109ac79b507faadce7f9b35bb0aa47b37
3
+ size 52576
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the blue block and put it in the cup"], "length": 871}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.779936790466309, -102.49861145019531, 12.546844482421875, 41.59020233154297, -53.97394561767578, 0.4113893508911133], "max": [23.68109893798828, -28.103984832763672, 102.11756134033203, 100.84412384033203, -30.539377212524414, 17.314104080200195], "mean": [-2.8162050247192383, -86.89154052734375, 89.02613830566406, 74.91844940185547, -45.078216552734375, 3.605090618133545], "std": [6.006098747253418, 26.537925720214844, 23.32359504699707, 11.355061531066895, 3.878108024597168, 4.8945441246032715], "count": [871]}, "observation.state": {"min": [-8.663729667663574, -99.74736785888672, 15.36728286743164, 42.377376556396484, -53.809898376464844, 0.7432432174682617], "max": [22.687225341796875, -27.915788650512695, 99.00856018066406, 99.8232421875, -30.714847564697266, 16.756755828857422], "mean": [-3.0937442779541016, -86.46747589111328, 88.74935150146484, 75.00593566894531, -45.114078521728516, 3.960458993911743], "std": [5.91897439956665, 26.723249435424805, 22.44860076904297, 11.333955764770508, 3.8613274097442627, 4.97282600402832], "count": [871]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5031805095996732]], [[0.4737624859579248]], [[0.4605566482843137]]], "std": [[[0.1764866417083833]], [[0.16673876951616806]], [[0.1727934338380355]]], "count": [160]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.381195883908479], "count": [871]}, "frame_index": {"min": [0], "max": [870], "mean": [435.0], "std": [251.4358765172544], "count": [871]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [871]}, "index": {"min": [0], "max": [870], "mean": [435.0], "std": [251.4358765172544], "count": [871]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [871]}}}
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": 871,
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.wrist": {
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": "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 the blue block and put it in the cup"}
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:204a0f6aa81384b09239923e57a916685049de46ef4f3b402641c3c6869748ed
3
+ size 1403774