nvail23 commited on
Commit
cb2f477
·
verified ·
1 Parent(s): 8c46817

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:992b778f748e4ccf590f025fefde1a2da6dbd957b3a33427e9ee7357537a1446
3
+ size 56549
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Place the blue 2-snap in the kit"], "length": 788}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-83.9808120727539, -99.16551971435547, -73.11888885498047, 45.96018981933594, -41.613582611083984, 0.6300110816955566], "max": [-0.020097732543945312, 34.68223571777344, 102.5292739868164, 100.79397583007812, 64.2479248046875, 23.121017456054688], "mean": [-53.49310302734375, 1.917620301246643, -15.354662895202637, 80.44121551513672, -1.0832457542419434, 4.261730670928955], "std": [34.089111328125, 37.449424743652344, 46.610626220703125, 13.725790023803711, 45.051753997802734, 5.809761047363281], "count": [788]}, "observation.state": {"min": [-83.25847625732422, -99.05008697509766, -69.63855743408203, 47.685951232910156, -41.2774543762207, 1.7283951044082642], "max": [-0.36749693751335144, 35.664939880371094, 99.42168426513672, 99.66941833496094, 63.74652862548828, 22.77777862548828], "mean": [-53.55228805541992, 3.4740707874298096, -13.894058227539062, 80.61908721923828, -1.0823267698287964, 4.371634483337402], "std": [33.97002029418945, 38.12245559692383, 46.20082473754883, 13.492002487182617, 44.91256332397461, 5.656538486480713], "count": [788]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5634484976704646]], [[0.5232218896285992]], [[0.5120980461159689]]], "std": [[[0.3084853175720594]], [[0.334557290139324]], [[0.3265836854768043]]], "count": [148]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4804824070393923]], [[0.46646909363407524]], [[0.48222871262806927]]], "std": [[[0.2298437707664919]], [[0.24165596610731374]], [[0.22166821793286784]]], "count": [148]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}}}
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": 788,
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.top": {
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.wrist": {
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": "Place the blue 2-snap in the kit"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08fdd866384df8360e1d6ae9ad82d3079725ba9e685e858194ca905f21e8684d
3
+ size 14016417
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:bd8c4d070e89c6a1d2ac167b04650a80524106a770c53aa0a778b849dfdce72f
3
+ size 12001647