hrhraj commited on
Commit
0853354
·
verified ·
1 Parent(s): 4e220d6

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:9bcd9f099881c1fa2e2c7621d23b15db737d1544a864e503190f53e4d7b06ff4
3
+ size 22558
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the dice."], "length": 294}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.579115867614746, 85.73539733886719, 134.61317443847656, -19.283920288085938, -89.7926254272461, -0.9507403373718262], "max": [77.03180694580078, 147.6948699951172, 147.57504272460938, 72.365234375, -87.98403930664062, 20.9837589263916], "mean": [20.78893280029297, 110.17984008789062, 140.90383911132812, 9.972113609313965, -89.1530532836914, 5.933026313781738], "std": [28.209861755371094, 24.985021591186523, 3.5832407474517822, 33.74528503417969, 0.5699291825294495, 7.374898910522461], "count": [294]}, "observation.state": {"min": [-4.130859375, 86.1328125, 136.58203125, -18.28125, -89.912109375, 0.2814258933067322], "max": [76.2890625, 146.689453125, 147.65625, 72.158203125, -87.978515625, 20.356473922729492], "mean": [20.548768997192383, 108.57601165771484, 142.33352661132812, 9.982760429382324, -89.15995788574219, 7.943415641784668], "std": [28.049640655517578, 24.881555557250977, 3.199507236480713, 32.84916305541992, 0.5789417028427124, 6.078904151916504], "count": [294]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42800516544117645]], [[0.4878927389705882]], [[0.5508806515522876]]], "std": [[[0.2621950394318189]], [[0.3279054142628271]], [[0.3658249830895969]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.766666666666667], "mean": [4.883333333333334], "std": [2.8289999541782853], "count": [294]}, "frame_index": {"min": [0], "max": [293], "mean": [146.5], "std": [84.86999862534856], "count": [294]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [294]}, "index": {"min": [0], "max": [293], "mean": [146.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [294]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 294,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.phone": {
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
+ "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 dice."}
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:232d41640765c0f9b38b53d100b4a09819518e9f926bdbff28a7165372e22cee
3
+ size 2986427