s3y commited on
Commit
c194997
·
verified ·
1 Parent(s): d9cbf55

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:bf9b8f96ab9b6a5dd41c533725e457f60bf3a6b30149688a4d51d8c845a94fa3
3
+ size 4429
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the object from the table and place it in the bin"], "length": 11}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [23.0404109954834, -105.78573608398438, 75.22502136230469, 23.062175750732422, -6.286982536315918, 4.88862419128418], "max": [23.503070831298828, -81.10604858398438, 86.10723876953125, 27.673828125, -5.877236366271973, 9.162214279174805], "mean": [23.23801612854004, -93.56083679199219, 79.99652862548828, 24.774883270263672, -6.133590221405029, 6.549649238586426], "std": [0.12173349410295486, 7.779179096221924, 3.374423027038574, 1.487152099609375, 0.13631942868232727, 1.3487201929092407], "count": [11]}, "observation.state": {"min": [23.3826961517334, -96.39215850830078, 84.27869415283203, -3.9828693866729736, -5.785627365112305, 2.647657871246338], "max": [33.982852935791016, -87.8431396484375, 99.1960678100586, 23.94004249572754, 3.1059682369232178, 5.702647686004639], "mean": [28.859912872314453, -92.43494415283203, 92.23678588867188, 6.996301174163818, -1.1958810091018677, 4.425106525421143], "std": [4.373630046844482, 2.6740729808807373, 6.370755195617676, 10.804448127746582, 3.5984089374542236, 1.3733655214309692], "count": [11]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9254901960784314]], [[0.9333333333333333]]], "mean": [[[0.5100556793424441]], [[0.5104871756783521]], [[0.49344508813626464]]], "std": [[[0.1818028688772275]], [[0.20671071920644063]], [[0.21071669173804394]]], "count": [11]}, "observation.images.scene": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21166817382632655]], [[0.18682523115572652]], [[0.17715187217896194]]], "std": [[[0.1295047970204913]], [[0.13825418345343926]], [[0.17416768180960396]]], "count": [11]}, "timestamp": {"min": [0.0], "max": [0.3333333333333333], "mean": [0.16666666666666666], "std": [0.10540925533894598], "count": [11]}, "frame_index": {"min": [0], "max": [10], "mean": [5.0], "std": [3.1622776601683795], "count": [11]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [11]}, "index": {"min": [0], "max": [10], "mean": [5.0], "std": [3.1622776601683795], "count": [11]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [11]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 11,
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
+ "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.gripper": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 360,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
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.scene": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 576,
72
+ 1024,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 576,
82
+ "video.width": 1024,
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 up the object from the table and place it in the bin"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efbd16d9cb8668255b617c381088881d2780a2c3ed875e24e8da8da0e4be945
3
+ size 26156
videos/chunk-000/observation.images.scene/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c586c5e40ab60a5cbe298523a1274946e4fe06c8f0c577c7d28d737a744b97
3
+ size 676646