Killian74 commited on
Commit
8b5ffb1
·
verified ·
1 Parent(s): ce8cc20

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:dfea8a1bc67c54fa4981ff8df7954aae10f9af94a69fa52e0b3751961dcdb93c
3
+ size 39147
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the pink object and place it to the black cup"], "length": 567}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.351844787597656, -89.174072265625, -1.7864265441894531, 43.42646789550781, -0.4687957763671875, 0.7551984786987305], "max": [29.52925682067871, 24.99671173095703, 96.03767395019531, 79.33551025390625, 22.69492530822754, 43.734649658203125], "mean": [17.17316436767578, -4.787963390350342, 12.139111518859863, 61.149696350097656, 14.906339645385742, 19.12737274169922], "std": [14.7291898727417, 23.04032325744629, 18.251136779785156, 6.227307319641113, 6.933732509613037, 10.963151931762695], "count": [567]}, "observation.state": {"min": [-10.963944435119629, -98.56297302246094, 2.9451744556427, 46.98589324951172, -0.20964360237121582, 6.169491291046143], "max": [28.91832160949707, 24.68301010131836, 99.5468978881836, 78.70884704589844, 22.169811248779297, 42.98305130004883], "mean": [16.974308013916016, -2.543700933456421, 14.76793098449707, 61.61147689819336, 14.717850685119629, 20.41870880126953], "std": [15.028594970703125, 25.412572860717773, 20.29934310913086, 5.695335865020752, 7.126811504364014, 8.890331268310547], "count": [567]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6378728870858689]], [[0.5752434904637143]], [[0.5530198437852153]]], "std": [[[0.14624560923746519]], [[0.19062783516874762]], [[0.16091800577402407]]], "count": [116]}, "timestamp": {"min": [0.0], "max": [18.866666666666667], "mean": [9.433333333333334], "std": [5.455951558381673], "count": [567]}, "frame_index": {"min": [0], "max": [566], "mean": [283.0], "std": [163.6785467514502], "count": [567]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [567]}, "index": {"min": [0], "max": [566], "mean": [283.0], "std": [163.6785467514502], "count": [567]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [567]}}}
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": 567,
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 pink object and place it to the black cup"}
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:03060ce73b33418a6a8d0292f84a5e15a00848c7fc4239ab0aeec74ced12e9f7
3
+ size 10959162