ilBiondo06 commited on
Commit
a559526
·
verified ·
1 Parent(s): 1358cc6

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:4c489ac07fcc84dc45e18cce019f6cc97f1d7f634a76266c7c4d621313eb4e69
3
+ size 56661
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put it in the box."], "length": 843}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-42.98387908935547, 81.86888122558594, 87.20208740234375, 25.416576385498047, -0.5145702362060547, 3.7746047973632812], "max": [5.858552932739258, 166.1638946533203, 140.6051025390625, 74.5047836303711, 73.69039154052734, 43.0895881652832], "mean": [-0.7560243606567383, 131.71180725097656, 118.77273559570312, 56.753753662109375, 5.044342041015625, 29.232933044433594], "std": [9.580211639404297, 35.40987014770508, 21.845571517944336, 13.44762134552002, 15.212715148925781, 7.755335807800293], "count": [843]}, "observation.state": {"min": [-42.275390625, 81.9140625, 90.791015625, 27.24609375, -1.93359375, 4.265041828155518], "max": [5.625, 174.55078125, 166.81640625, 74.35546875, 73.388671875, 41.58415985107422], "mean": [-0.8963175415992737, 131.14907836914062, 120.37837982177734, 56.880123138427734, 5.0712785720825195, 28.992313385009766], "std": [9.131417274475098, 35.606468200683594, 21.874326705932617, 13.357919692993164, 15.005043029785156, 7.602682113647461], "count": [843]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5255507805953578]], [[0.5327951585281548]], [[0.5044843056079269]]], "std": [[[0.2363582727740281]], [[0.18598821116610845]], [[0.22891943403952775]]], "count": [156]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45916057063851184]], [[0.49558962313557897]], [[0.45806637155396346]]], "std": [[[0.1656462014018665]], [[0.15266503155146274]], [[0.15806501414682356]]], "count": [156]}, "timestamp": {"min": [0.0], "max": [28.066666666666666], "mean": [14.033333333333331], "std": [8.1117655748142], "count": [843]}, "frame_index": {"min": [0], "max": [842], "mean": [421.0], "std": [243.35296724442597], "count": [843]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [843]}, "index": {"min": [0], "max": [842], "mean": [421.0], "std": [243.35296724442597], "count": [843]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [843]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 843,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.side": {
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
+ "observation.images.above": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick the ball and put it in the box."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be4b6295266a66674156f9f88e23a13d2569fac5f0ebe98cb0b52f62ad5b6d0e
3
+ size 12933647
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd616620b9456fdb881fa9b6d5786810e6465b0141de9cab665d30658cacb8e0
3
+ size 11950087