ljw1105 commited on
Commit
501407f
·
verified ·
1 Parent(s): ce9ff5b

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:7f9b54a92666c2cd25808efb1b618c6a6f42016f4b43ab06c2ba2248f7aaa884
3
+ size 43371
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab toys into bowl"], "length": 651}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-53.0927848815918, -99.99999237060547, -34.95714569091797, 41.05058288574219, -54.84039306640625, 8.669766202729079e-07], "max": [-11.19293212890625, 38.403350830078125, 99.63916015625, 100.0, -16.221878051757812, 33.8283805847168], "mean": [-28.421770095825195, -15.871683120727539, 24.18695640563965, 79.74810028076172, -36.70976257324219, 12.204510688781738], "std": [13.772340774536133, 51.027225494384766, 53.913352966308594, 13.969280242919922, 12.700918197631836, 12.100154876708984], "count": [651]}, "observation.state": {"min": [-52.965919494628906, -100.10124206542969, -33.51038360595703, 40.40069580078125, -54.54645919799805, 0.0013498826883733273], "max": [-11.258010864257812, 40.87995910644531, 98.73429870605469, 99.92465209960938, -16.34192657470703, 33.67915344238281], "mean": [-28.386625289916992, -15.313288688659668, 22.97225570678711, 77.41419982910156, -36.61986541748047, 17.177980422973633], "std": [13.719900131225586, 53.360877990722656, 50.44697570800781, 12.730117797851562, 12.526124000549316, 10.1683931350708], "count": [651]}, "observation.images.front": {"min": [[[0.01568627450980392]], [[0.16470588235294117]], [[0.0392156862745098]]], "max": [[[0.984313725490196]], [[0.9764705882352941]], [[0.9490196078431372]]], "mean": [[[0.8237346574371937]], [[0.7453389086754494]], [[0.6383739276960785]]], "std": [[[0.09872467276410662]], [[0.08060567140689981]], [[0.11017407486317403]]], "count": [128]}, "observation.images.wrist": {"min": [[[0.00784313725490196]], [[0.12549019607843137]], [[0.01568627450980392]]], "max": [[[0.9647058823529412]], [[0.9568627450980393]], [[0.9607843137254902]]], "mean": [[[0.7245958435457517]], [[0.6836752642463235]], [[0.5680898533241422]]], "std": [[[0.21622385569058014]], [[0.14271079139756318]], [[0.19585910521913424]]], "count": [128]}, "timestamp": {"min": [0.0], "max": [21.666666666666668], "mean": [10.833333333333334], "std": [6.264243030146638], "count": [651]}, "frame_index": {"min": [0], "max": [650], "mean": [325.0], "std": [187.92729090439914], "count": [651]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [651]}, "index": {"min": [0], "max": [650], "mean": [325.0], "std": [187.92729090439914], "count": [651]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [651]}}}
meta/info.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 651,
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.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "video_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.0,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ },
67
+ "info": {
68
+ "video.height": 480,
69
+ "video.width": 640,
70
+ "video.codec": "av1",
71
+ "video.pix_fmt": "yuv420p",
72
+ "video.is_depth_map": false,
73
+ "video.fps": 30,
74
+ "video.channels": 3,
75
+ "has_audio": false
76
+ }
77
+ },
78
+ "observation.images.wrist": {
79
+ "dtype": "video",
80
+ "shape": [
81
+ 480,
82
+ 640,
83
+ 3
84
+ ],
85
+ "names": [
86
+ "height",
87
+ "width",
88
+ "channels"
89
+ ],
90
+ "video_info": {
91
+ "video.height": 480,
92
+ "video.width": 640,
93
+ "video.codec": "av1",
94
+ "video.pix_fmt": "yuv420p",
95
+ "video.is_depth_map": false,
96
+ "video.fps": 30.0,
97
+ "video.channels": 3,
98
+ "has_audio": false
99
+ },
100
+ "info": {
101
+ "video.height": 480,
102
+ "video.width": 640,
103
+ "video.codec": "av1",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "video.fps": 30,
107
+ "video.channels": 3,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "timestamp": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "frame_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "episode_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "task_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ }
146
+ }
147
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab toys into bowl"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27999fba6dd3e147e25c6b567ddc17f1c6c1ef0541a91e273543ea69cba02614
3
+ size 6146633
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5f4510ca62f7c47c985b88504b9dd3216010ffc9793d0ea400f452e4642f50
3
+ size 4156288