RickRain commited on
Commit
a680b98
·
verified ·
1 Parent(s): b64b6a8

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:879a7bb14dd1f8eca893def90ecbc02e0b68866c15048ea128c1648de1dc2df7
3
+ size 9747
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the blue lego and place it in the black square"], "length": 376}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.407841682434082, -98.48992919921875, 98.9179458618164, 55.517093658447266, 13.020833015441895, 2.352048635482788], "max": [-3.407841682434082, -98.48992919921875, 98.9179458618164, 55.517093658447266, 13.020833015441895, 2.352048635482788], "mean": [-3.4078376293182373, -98.48992156982422, 98.91796112060547, 55.51738739013672, 13.020832061767578, 2.352050542831421], "std": [4.0531158447265625e-06, 7.62939453125e-06, 1.52587890625e-05, 0.000293731689453125, 9.5367431640625e-07, 1.9073486328125e-06], "count": [376]}, "observation.state": {"min": [-3.3308660984039307, -98.0533218383789, 98.28829193115234, 55.33300018310547, 12.832079887390137, 2.3407022953033447], "max": [-3.3308660984039307, -97.88404846191406, 98.46846771240234, 55.33300018310547, 12.832079887390137, 2.3407022953033447], "mean": [-3.330859899520874, -98.05170440673828, 98.46746063232422, 55.332801818847656, 12.83204460144043, 2.3406991958618164], "std": [6.198883056640625e-06, 0.015658525750041008, 0.01388748362660408, 0.0001983642578125, 3.528594970703125e-05, 3.0994415283203125e-06], "count": [376]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.8666666666666667]], [[0.9450980392156862]]], "mean": [[[0.32511026960784317]], [[0.2999636723856209]], [[0.28266032066993463]]], "std": [[[0.13345910905324956]], [[0.16102081410874144]], [[0.20124573706369]]], "count": [100]}, "observation.images.webcam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5192961049836601]], [[0.4838822263071895]], [[0.44876350081699345]]], "std": [[[0.18978081399985633]], [[0.2083262786648312]], [[0.20193123612131256]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.5], "mean": [6.25], "std": [3.6180488910154014], "count": [376]}, "frame_index": {"min": [0], "max": [375], "mean": [187.5], "std": [108.54146673046205], "count": [376]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [376]}, "index": {"min": [0], "max": [375], "mean": [187.5], "std": [108.54146673046205], "count": [376]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [376]}}}
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": 376,
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.wrist": {
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.webcam": {
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": "Grab the blue lego and place it in the black square"}
videos/chunk-000/observation.images.webcam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df09249d69fd0b79c7f7d605c42945f637ec94a3634def3c947da26be974be36
3
+ size 4433018
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:0d86705012fcd74a3619ab64a80676f1badc22bfee3ef51f6d7df99fed5ea114
3
+ size 3199081