ilBiondo06 commited on
Commit
392466e
·
verified ·
1 Parent(s): f147ccf

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:a3cde32e27924f593bde58810cb0eaeed0c71ea9fc48f3ac21fd835c8f8e482d
3
+ size 58728
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put it in the box."], "length": 879}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-47.32317352294922, 92.48985290527344, 96.5711898803711, 26.148483276367188, -1.6758747100830078, 0.5066184997558594], "max": [3.8831946849823, 169.27630615234375, 139.97877502441406, 77.90951538085938, 42.983116149902344, 46.82447052001953], "mean": [-3.9320831298828125, 151.58969116210938, 129.8585968017578, 62.37190246582031, 3.823721408843994, 32.893516540527344], "std": [12.01646900177002, 23.342754364013672, 16.4054012298584, 10.98956298828125, 9.261208534240723, 10.893160820007324], "count": [879]}, "observation.state": {"min": [-47.109375, 92.724609375, 99.404296875, 27.0703125, -0.966796875, 3.122619867324829], "max": [3.779296875, 186.328125, 167.255859375, 77.6953125, 41.66015625, 46.38233184814453], "mean": [-4.028170108795166, 150.98439025878906, 130.89747619628906, 62.65977096557617, 3.6246132850646973, 32.807437896728516], "std": [11.978883743286133, 23.451904296875, 16.276981353759766, 10.885136604309082, 9.28098201751709, 10.451281547546387], "count": [879]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.5110504645698859]], [[0.5104379389436934]], [[0.4827233538342873]]], "std": [[[0.23259619662753422]], [[0.1885586124128044]], [[0.2340537870567548]]], "count": [161]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46331068713717366]], [[0.49748128907360045]], [[0.46413985050541956]]], "std": [[[0.16648682204589868]], [[0.15081543635596467]], [[0.15682472716636747]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.266666666666666], "mean": [14.633333333333335], "std": [8.458175970074207], "count": [879]}, "frame_index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}, "index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}}}
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": 879,
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:150304eddbb3235bce21c41e11eff2489bda7b0882f5fbff5c046073d5aad3d8
3
+ size 15014315
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:84f312cc2d2a76d5a61b282a8f5d15dc99ba2f364af56cf97f65085389cb8132
3
+ size 11496040