hrhraj commited on
Commit
bfd0690
·
verified ·
1 Parent(s): af16002

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:f92e68aebabcb98657744f53c3cc4265753859430171b1aa5a400b2621d4c5ee
3
+ size 42570
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the dice."], "length": 592}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.620992660522461, 60.29724884033203, 115.93582153320312, -47.9281120300293, -91.78376007080078, -0.29720258712768555], "max": [64.45067596435547, 138.51776123046875, 147.37875366210938, 84.65316772460938, -85.9617919921875, 30.881208419799805], "mean": [20.88576889038086, 85.21492004394531, 127.64205169677734, -2.409604072570801, -88.48297119140625, 8.427013397216797], "std": [11.037556648254395, 17.546483993530273, 7.983248710632324, 29.438875198364258, 1.1660058498382568, 9.368629455566406], "count": [592]}, "observation.state": {"min": [2.548828125, 60.1171875, 119.091796875, -46.58203125, -91.40625, 0.2814258933067322], "max": [63.544921875, 145.107421875, 147.65625, 84.287109375, -85.95703125, 30.67542266845703], "mean": [21.03317642211914, 84.59931945800781, 129.627197265625, -1.368391752243042, -88.65225219726562, 8.361050605773926], "std": [11.211548805236816, 18.156309127807617, 7.944468975067139, 29.712080001831055, 1.130796194076538, 9.2405366897583], "count": [592]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4340189287173203]], [[0.4949499370234205]], [[0.5581316006263616]]], "std": [[[0.2725263810862949]], [[0.33726342211097626]], [[0.36955390248559805]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.696514528883235], "count": [592]}, "frame_index": {"min": [0], "max": [591], "mean": [295.5], "std": [170.89543586649702], "count": [592]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [592]}, "index": {"min": [0], "max": [591], "mean": [295.5], "std": [170.89543586649702], "count": [592]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [592]}}}
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": 592,
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:c5b087225ae3e942c87821c638ab4ec0195614eea31d81e41d9be6031619e150
3
+ size 6296733