Mwuqiu commited on
Commit
cfb756b
·
verified ·
1 Parent(s): 67e449d

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:280d62746312df08aca7edbd1f218e79946858454946d0c2e7acd44eda76a514
3
+ size 63832
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the yellow duck into the box"], "length": 911}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-24.37255859375, -92.60987854003906, 45.68914794921875, 3.4769325256347656, 39.522865295410156, 1.6070647239685059], "max": [9.049943923950195, -19.287582397460938, 100.31997680664062, 56.873756408691406, 55.1081428527832, 19.833831787109375], "mean": [-1.5760799646377563, -66.79792022705078, 85.73609161376953, 32.307289123535156, 52.26838684082031, 7.619709491729736], "std": [6.462395191192627, 17.980531692504883, 11.492704391479492, 12.941152572631836, 2.8220996856689453, 3.8678836822509766], "count": [911]}, "observation.state": {"min": [-23.121952056884766, -98.88888549804688, 50.377357482910156, 4.631671905517578, 0.12210012227296829, 1.8668831586837769], "max": [8.390243530273438, -19.629629135131836, 99.3396224975586, 57.30039596557617, 54.871795654296875, 19.23701286315918], "mean": [-1.7766609191894531, -66.36083221435547, 87.18446350097656, 32.689361572265625, 51.685630798339844, 7.5471086502075195], "std": [6.468566417694092, 18.57107925415039, 11.14175033569336, 12.984575271606445, 5.62002420425415, 3.7932372093200684], "count": [911]}, "observation.images.wristview": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[0.8235294117647058]], [[0.8]]], "mean": [[[0.5676001968211527]], [[0.5858955956625075]], [[0.5481313069419687]]], "std": [[[0.12009295917962833]], [[0.1302419146781273]], [[0.14168475839945616]]], "count": [165]}, "observation.images.topview": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.027450980392156862]]], "max": [[[0.8980392156862745]], [[0.8392156862745098]], [[0.8274509803921568]]], "mean": [[[0.5941885534264211]], [[0.5897514272628244]], [[0.5892684182511388]]], "std": [[[0.17100570689189018]], [[0.17425414756725144]], [[0.17574848169749846]]], "count": [165]}, "timestamp": {"min": [0.0], "max": [30.333333333333332], "mean": [15.166666666666668], "std": [8.766096305907462], "count": [911]}, "frame_index": {"min": [0], "max": [910], "mean": [455.0], "std": [262.98288917722385], "count": [911]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [911]}, "index": {"min": [0], "max": [910], "mean": [455.0], "std": [262.98288917722385], "count": [911]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [911]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 911,
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.wristview": {
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.topview": {
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": "Put the yellow duck into the box"}
videos/chunk-000/observation.images.topview/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c8ad3cf8381268dbd5172606a4d9fdfdd95185976b9ec0f60cbe613d0041dfc
3
+ size 3422732
videos/chunk-000/observation.images.wristview/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e85cf2e3151f9374aefb1097d520afe1abfb89fdd8673b5e548bce29f71609fa
3
+ size 1584954