sergiov2000 commited on
Commit
51ab2ba
·
verified ·
1 Parent(s): 75c1b9b

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:cb3b5971eddb3c7f5e9b6d112f47f43203b6d9776014a1b5027a9e022a66e4bb
3
+ size 38565
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put in the box."], "length": 595}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-52.15180969238281, 109.56438446044922, 85.27421569824219, 45.25521469116211, -0.3792567253112793, -1.3904170989990234], "max": [16.089887619018555, 170.98196411132812, 140.34539794921875, 81.07025909423828, 25.9360408782959, 49.113624572753906], "mean": [-0.3032929003238678, 154.73825073242188, 130.22726440429688, 65.87892150878906, 2.222454786300659, 30.49869728088379], "std": [15.10930061340332, 22.289321899414062, 17.246631622314453, 5.214234352111816, 5.752017974853516, 12.865670204162598], "count": [595]}, "observation.state": {"min": [-52.294921875, 109.3359375, 88.9453125, 46.142578125, -0.3515625, 2.1609537601470947], "max": [15.8203125, 170.947265625, 140.712890625, 80.419921875, 25.751953125, 48.65871810913086], "mean": [-0.17149750888347626, 154.04852294921875, 131.23089599609375, 66.07530212402344, 2.357832193374634, 30.633052825927734], "std": [15.142508506774902, 22.481388092041016, 16.654991149902344, 5.090986251831055, 5.651357173919678, 12.008491516113281], "count": [595]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5075919917619826]], [[0.5078774118327887]], [[0.4709858183551198]]], "std": [[[0.23077930184068568]], [[0.17899288868645796]], [[0.2144230931396554]]], "count": [120]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4610239753540305]], [[0.48222341707516336]], [[0.4487732536764706]]], "std": [[[0.16853429125411307]], [[0.15279064891489288]], [[0.1610048525753855]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.85], "std": [8.588073124979783], "count": [595]}, "frame_index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}, "index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100MovellaDot",
4
+ "total_episodes": 1,
5
+ "total_frames": 595,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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": 20,
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": 20,
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 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:b0dd379fd4a4db03590224e00d347a211c0ac44651a4e4488151986175197b32
3
+ size 12118199
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:8b81ce2d9539084a8aaede7bcc5a7533487216bb788f8182148378531457d421
3
+ size 8703435