hrhraj commited on
Commit
7a054fe
·
verified ·
1 Parent(s): dcc9ead

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:98d4e4df5ca5b4017409398c1deff3cbf5438cd3d40c741427877ebce8ac0920
3
+ size 77223
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the dice."], "length": 1189}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.172150611877441, 78.83602905273438, 138.99119567871094, -34.7843132019043, -89.25724029541016, -0.7959480285644531], "max": [2.048809051513672, 102.83160400390625, 149.66888427734375, -15.006763458251953, -87.13797760009766, 28.648880004882812], "mean": [-4.303610324859619, 89.07526397705078, 144.85923767089844, -24.770397186279297, -88.46450805664062, 12.729044914245605], "std": [2.3517374992370605, 4.48649787902832, 1.8401650190353394, 4.265895843505859, 0.3579334616661072, 11.166868209838867], "count": [1189]}, "observation.state": {"min": [-10.72265625, 78.486328125, 141.064453125, -32.958984375, -88.76953125, 0.2814258933067322], "max": [1.845703125, 100.283203125, 149.765625, -15.380859375, -87.5390625, 28.236398696899414], "mean": [-4.307971000671387, 88.022705078125, 146.13735961914062, -24.378597259521484, -88.43504333496094, 12.714943885803223], "std": [2.3117337226867676, 4.370042324066162, 1.7178857326507568, 4.033031940460205, 0.3227093815803528, 10.97952651977539], "count": [1189]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4376789448246295]], [[0.5128583173574711]], [[0.576901302538342]]], "std": [[[0.27027148546824753]], [[0.33593533531178305]], [[0.3646262432337147]]], "count": [202]}, "timestamp": {"min": [0.0], "max": [39.6], "mean": [19.8], "std": [11.441153787970862], "count": [1189]}, "frame_index": {"min": [0], "max": [1188], "mean": [594.0], "std": [343.2346136391259], "count": [1189]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1189]}, "index": {"min": [0], "max": [1188], "mean": [594.0], "std": [343.2346136391259], "count": [1189]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1189]}}}
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": 1189,
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:9d839458c3b95e2628fefcbfb495910d402b3baf4870b05ae09f15cb5d204a76
3
+ size 12879516