wockd commited on
Commit
3bcc563
·
verified ·
1 Parent(s): f7b59d8

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:4da032b4f2a608d80d95066f9fbcdb0360a4c09ab334e69adb527b6c5133b567
3
+ size 54556
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Take the yellow driver and give it to me"], "length": 749}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [1.5948448181152344, -88.95134735107422, -23.24416732788086, -11.12470817565918, -1.265976905822754, 0.8500614166259766], "max": [37.61977767944336, -2.7210006713867188, 90.65092468261719, 62.99102783203125, 14.472233772277832, 22.781963348388672], "mean": [26.98094367980957, -23.895889282226562, 22.188819885253906, 33.16714859008789, 5.051206111907959, 11.409560203552246], "std": [7.226563930511475, 15.231990814208984, 21.73348045349121, 18.32391929626465, 3.5009453296661377, 7.26270866394043], "count": [749]}, "observation.state": {"min": [2.0300750732421875, -89.5358657836914, -20.455581665039062, -10.2852201461792, -1.0989011526107788, 1.3548387289047241], "max": [36.69173049926758, -2.2784810066223145, 100.0, 62.74848556518555, 13.992673873901367, 22.19354820251465], "mean": [26.808385848999023, -23.14422607421875, 24.273197174072266, 33.61185836791992, 5.026257514953613, 11.310998916625977], "std": [7.3363871574401855, 16.211162567138672, 22.505727767944336, 18.227556228637695, 3.5024592876434326, 7.07053279876709], "count": [749]}, "observation.images.top": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0392156862745098]]], "max": [[[0.8]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.49431396401800815]], [[0.5330818521756021]], [[0.5571302418986243]]], "std": [[[0.13576478603705924]], [[0.16931704955981092]], [[0.19417314030813831]]], "count": [143]}, "observation.images.hand": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.5773602698363728]], [[0.6317804815690845]], [[0.6038598484848485]]], "std": [[[0.13252208499246454]], [[0.08694132296497929]], [[0.15271899417959087]]], "count": [143]}, "timestamp": {"min": [0.0], "max": [24.933333333333334], "mean": [12.466666666666667], "std": [7.2072494368132185], "count": [749]}, "frame_index": {"min": [0], "max": [748], "mean": [374.0], "std": [216.21748310439654], "count": [749]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [749]}, "index": {"min": [0], "max": [748], "mean": [374.0], "std": [216.21748310439654], "count": [749]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [749]}}}
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": 749,
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.hand": {
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": "Take the yellow driver and give it to me"}
videos/chunk-000/observation.images.hand/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf6ef69b148230a631a7bc55e2ca0f9cfc657b08995c411ac9aefd153c997fdf
3
+ size 3259676
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:8ce220e7d320d2bed15bc3dc9c48b32d774b223978307c4a7fe3f432001933dd
3
+ size 4168509