miyen commited on
Commit
42b846c
·
verified ·
1 Parent(s): 216f2e9

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:3d42b288f0d703d88e835982a38ea126869608d374eda7b20d29e4344f22dd56
3
+ size 54267
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the orange"], "length": 1794}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.178544998168945, -99.3135986328125, -43.259193420410156, 56.9075927734375, -7.688270568847656, 0.2620087265968323], "max": [12.228056907653809, 45.860145568847656, 92.64639282226562, 100.0, 2.9651010036468506, 47.5982551574707], "mean": [0.20843347907066345, -61.33512878417969, 71.06190490722656, 67.0623779296875, -3.2637081146240234, 5.948397636413574], "std": [6.387426853179932, 37.323551177978516, 37.54679489135742, 13.606525421142578, 1.877126932144165, 12.529304504394531], "count": [1794]}, "observation.state": {"min": [-81.81818389892578, -98.62258911132812, -39.80054473876953, 58.07770919799805, -7.54219388961792, 0.20993702113628387], "max": [45.45454406738281, 46.37281799316406, 92.83771514892578, 100.0, 2.8481013774871826, 47.305809020996094], "mean": [21.921443939208984, -60.6695556640625, 71.67464447021484, 67.94010162353516, -3.281639814376831, 9.686070442199707], "std": [40.98661804199219, 37.66632080078125, 36.77375411987305, 13.238665580749512, 1.8320099115371704, 13.550371170043945], "count": [1794]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5646605773420479]], [[0.5411453010497128]], [[0.5014547761933056]]], "std": [[[0.27244208759987665]], [[0.24530709180712376]], [[0.2530822901324804]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.766666666666666], "mean": [29.883333333333336], "std": [17.262770366912164], "count": [1794]}, "frame_index": {"min": [0], "max": [1793], "mean": [896.5], "std": [517.883111007365], "count": [1794]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1794]}, "index": {"min": [0], "max": [1793], "mean": [896.5], "std": [517.883111007365], "count": [1794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1794]}}}
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": 1794,
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": "Pick up the orange"}
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:4d26e3b39888cf5c6dd1f9882bd6be05ae51ae95a42e63bb241cf205a8c7ca23
3
+ size 54641040