miamirob commited on
Commit
a750c47
·
verified ·
1 Parent(s): 3734dc0

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:76924d5395434cba314d58102d56485e6b0e26b8aeb9680c30a21d5eb7024cfe
3
+ size 23987
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Start the 303"], "length": 594}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-53.023597717285156, -100.0, -14.4132080078125, 64.44982147216797, -2.68845534324646, 1.7585930824279785], "max": [-7.079646110534668, 12.127236366271973, 97.67960357666016, 91.5356674194336, -2.2667369842529297, 1.7585930824279785], "mean": [-31.88302230834961, -46.26564025878906, 39.90947723388672, 71.33234405517578, -2.4979207515716553, 1.758601188659668], "std": [13.873147964477539, 46.69607925415039, 45.83431625366211, 6.613863945007324, 0.14078404009342194, 8.106231689453125e-06], "count": [594]}, "observation.state": {"min": [-52.89940643310547, -98.9907455444336, -11.818578720092773, 64.88307189941406, -2.5641026496887207, 1.9078947305679321], "max": [-7.455621242523193, 12.363330841064453, 98.77889251708984, 91.1216812133789, -2.124542236328125, 2.1052632331848145], "mean": [-31.773591995239258, -46.01277542114258, 41.14400863647461, 71.38731384277344, -2.52126407623291, 1.909220814704895], "std": [13.896937370300293, 47.07973861694336, 45.501949310302734, 6.706803321838379, 0.0753549337387085, 0.015212021768093109], "count": [594]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5262351692992012]], [[0.4890594181190995]], [[0.4394523670116195]]], "std": [[[0.26890170713101424]], [[0.25106151669369864]], [[0.24409885491463848]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.766666666666666], "mean": [9.883333333333333], "std": [5.715759565220305], "count": [594]}, "frame_index": {"min": [0], "max": [593], "mean": [296.5], "std": [171.47278695660916], "count": [594]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [594]}, "index": {"min": [0], "max": [593], "mean": [296.5], "std": [171.47278695660916], "count": [594]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [594]}}}
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": 594,
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:ed4f6b9400c5e71b563de6b7990930c33b661f3ec84f5fbf4e2ee72ddc7c73c0
3
+ size 36209806