jokoum commited on
Commit
eefa88d
·
verified ·
1 Parent(s): 952fd66

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:534fbfb5fe50a005cdd8da59cdb94bb609adb04327c817e53a31baf62cbea41a
3
+ size 126718
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the item"], "length": 1772}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-81.08907318115234, -97.63925170898438, -80.0013656616211, 26.230751037597656, -66.15190124511719, -1.476186752319336], "max": [64.41732025146484, 61.57155990600586, 93.32942199707031, 102.11233520507812, 42.89031219482422, 32.08150863647461], "mean": [5.395196437835693, 24.359703063964844, -25.57314682006836, 73.65157318115234, -31.475589752197266, 12.123991012573242], "std": [24.20203971862793, 22.823938369750977, 30.057334899902344, 13.791935920715332, 23.706249237060547, 7.85994291305542], "count": [1772]}, "observation.state": {"min": [-79.53488159179688, -97.69918823242188, -77.2957992553711, 27.304500579833984, -64.98786163330078, 0.3491620123386383], "max": [63.72093200683594, 61.90882110595703, 99.7231216430664, 99.47575378417969, 42.2936897277832, 30.865921020507812], "mean": [5.139530658721924, 26.056148529052734, -23.575916290283203, 73.6547622680664, -31.308208465576172, 12.09949779510498], "std": [24.039871215820312, 23.730819702148438, 30.69318389892578, 13.588302612304688, 23.629776000976562, 7.753314971923828], "count": [1772]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508292856245062]], [[0.49565335910005026]], [[0.4989577557518734]]], "std": [[[0.1673399959046849]], [[0.17907386690186944]], [[0.19171728037684013]]], "count": [273]}, "timestamp": {"min": [0.0], "max": [59.03333333333333], "mean": [29.516666666666666], "std": [17.051075234913096], "count": [1772]}, "frame_index": {"min": [0], "max": [1771], "mean": [885.5], "std": [511.5322570473929], "count": [1772]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1772]}, "index": {"min": [0], "max": [1771], "mean": [885.5], "std": [511.5322570473929], "count": [1772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1772]}}}
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": 1772,
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
+ 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 item"}
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:a515da7d2529803c542015af044840e823f0453ea8be2f64c0526a6060575e02
3
+ size 5293672