islexu commited on
Commit
3b8e798
·
verified ·
1 Parent(s): 325df25

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:471b1d7179804fbdbf4ed486b8361ed64c24fafc852155cd2ffafcf592e60abb
3
+ size 24780
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the orange"], "length": 537}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-10.464570999145508, -99.5693359375, -30.049705505371094, 26.345840454101562, -0.07329586893320084, 0.19230769574642181], "max": [21.351478576660156, 29.026700973510742, 99.90962219238281, 97.14518737792969, 51.136085510253906, 44.903846740722656], "mean": [6.198385715484619, -69.81333923339844, 61.51576232910156, 68.34750366210938, 30.809717178344727, 32.76716613769531], "std": [8.343274116516113, 43.310699462890625, 46.459312438964844, 14.628342628479004, 18.382366180419922, 15.234339714050293], "count": [537]}, "observation.state": {"min": [-10.199106216430664, -99.48542022705078, -27.280981063842773, 27.309236526489258, -100.0, 3.05393123626709], "max": [21.251523971557617, 29.41680908203125, 100.0, 96.86746978759766, 63.6363639831543, 45.22417068481445], "mean": [6.095463275909424, -69.23038482666016, 61.61507034301758, 67.7910385131836, 39.80037307739258, 33.42709732055664], "std": [8.136323928833008, 43.79443359375, 45.00336456298828, 13.866777420043945, 48.24538040161133, 14.491202354431152], "count": [537]}, "observation.images.on_robot": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6280722155979509]], [[0.5967630516545958]], [[0.5841268271948419]]], "std": [[[0.21104421822082495]], [[0.2415049914326561]], [[0.27646877253458363]]], "count": [111]}, "observation.images.side_view": {"min": [[[0.0]], [[0.0392156862745098]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6608097049255138]], [[0.645799078490255]], [[0.6357582343372785]]], "std": [[[0.20946932869767498]], [[0.22224658640786862]], [[0.23045725930315814]]], "count": [111]}, "observation.images.phone": {"min": [[[0.023529411764705882]], [[0.03529411764705882]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.594275956103162]], [[0.576305055055055]], [[0.5682968188777012]]], "std": [[[0.22956673495348207]], [[0.23566988417581372]], [[0.24299000744006485]]], "count": [111]}, "timestamp": {"min": [0.0], "max": [17.866666666666667], "mean": [8.933333333333334], "std": [5.167275949737999], "count": [537]}, "frame_index": {"min": [0], "max": [536], "mean": [268.0], "std": [155.01827849213998], "count": [537]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [537]}, "index": {"min": [0], "max": [536], "mean": [268.0], "std": [155.01827849213998], "count": [537]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [537]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 537,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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.on_robot": {
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.side_view": {
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
+ "observation.images.phone": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the orange"}
videos/chunk-000/observation.images.on_robot/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626045b8b00ae7cc0dd1e5066cd3dcd03e2cdba4bc1375a7e12ac8f618f909ab
3
+ size 4020732
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b393aff8e1b659d9ea30f7c72e260c71e1d7bd98e082a0f40c3f3f3b4fec5860
3
+ size 5706394
videos/chunk-000/observation.images.side_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f956d7c6235dcf17cd0190d005110d8d92b5a07053865046ef5a32b65a50027
3
+ size 7890408