girardijp commited on
Commit
79a5427
·
verified ·
1 Parent(s): 4b2cdea

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:e725bc49f9389fd4eaaa2c53a25ee8ae5ddf6e1bed3717d245e56dbdca5aeff6
3
+ size 43130
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 902}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.6389667987823486, -93.3579330444336, -27.370304107666016, -45.887264251708984, -61.05781555175781, 0.5076141953468323], "max": [100.0, -0.36900368332862854, 99.82110595703125, 89.06053924560547, 26.004667282104492, 77.37490844726562], "mean": [61.40840148925781, -38.5557975769043, 38.610050201416016, 25.689016342163086, 1.547906756401062, 11.57241153717041], "std": [18.55240821838379, 22.88542938232422, 39.872920989990234, 21.542747497558594, 6.543878555297852, 15.962207794189453], "count": [902]}, "observation.state": {"min": [2.816901445388794, -92.49061584472656, -25.262237548828125, -42.948463439941406, -58.5039176940918, 2.8132991790771484], "max": [99.59758758544922, -0.45890697836875916, 99.30069732666016, 87.85457611083984, 23.98281478881836, 76.98209381103516], "mean": [61.416988372802734, -38.089717864990234, 39.47127151489258, 26.159894943237305, 1.4398075342178345, 11.940728187561035], "std": [18.3984317779541, 23.17473030090332, 39.19341278076172, 21.335485458374023, 6.432737827301025, 15.529362678527832], "count": [902]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17862454791367766]], [[0.17862454791367766]], [[0.17862454791367766]]], "std": [[[0.1971059393081344]], [[0.1971059393081344]], [[0.1971059393081344]]], "count": [164]}, "timestamp": {"min": [0.0], "max": [30.033333333333335], "mean": [15.016666666666667], "std": [8.679493712833203], "count": [902]}, "frame_index": {"min": [0], "max": [901], "mean": [450.5], "std": [260.3848113849961], "count": [902]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [902]}, "index": {"min": [0], "max": [901], "mean": [450.5], "std": [260.3848113849961], "count": [902]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [902]}}}
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": 902,
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 black 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:df973d90e6f654faef53535180c8c4001c2eb3969eb93f17b4fa0e4430e82e09
3
+ size 34459052