miamirob commited on
Commit
7bcc362
·
verified ·
1 Parent(s): 9424389

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:2604d42aec667476b1884729566e4eacfd0217dbb5fb1cb5e12dd31755114c48
3
+ size 19916
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Start the 303"], "length": 460}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-47.12389373779297, -100.0, -27.80008888244629, 74.8488540649414, -2.68845534324646, 1.7585930824279785], "max": [-34.6607666015625, 27.793241500854492, 96.96563720703125, 93.63159942626953, -2.2667369842529297, 2.2382094860076904], "mean": [-37.35026168823242, -40.754581451416016, 31.212209701538086, 77.5173110961914, -2.3705577850341797, 1.7874466180801392], "std": [2.599674940109253, 54.23933410644531, 54.317657470703125, 3.697159767150879, 0.12351906299591064, 0.10725170373916626], "count": [460]}, "observation.state": {"min": [-47.297828674316406, -98.82254028320312, -26.64631462097168, 74.79191589355469, -2.857142925262451, 1.9078947305679321], "max": [-34.437870025634766, 27.75441551208496, 99.21500396728516, 93.4205322265625, -2.026862144470215, 2.03947377204895], "mean": [-37.404666900634766, -39.88716125488281, 32.31175994873047, 77.66847229003906, -2.454324722290039, 1.92634916305542], "std": [2.633286952972412, 54.582298278808594, 54.29759216308594, 3.620565176010132, 0.12550854682922363, 0.04558280482888222], "count": [460]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5233757979302832]], [[0.4911685103485839]], [[0.4438135947712418]]], "std": [[[0.27165660798579533]], [[0.24795598413599282]], [[0.2419939874032462]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.3], "mean": [7.65], "std": [4.426341604530766], "count": [460]}, "frame_index": {"min": [0], "max": [459], "mean": [229.5], "std": [132.79024813592298], "count": [460]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [460]}, "index": {"min": [0], "max": [459], "mean": [229.5], "std": [132.79024813592298], "count": [460]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [460]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 460,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Start the 303"}
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:5f1dfd046f376cd45cd72947b9ffe7154c4476119b3964aaa8846ff88666428d
3
+ size 27615546