hrhraj commited on
Commit
7a391f6
·
verified ·
1 Parent(s): 86ce641

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:ec8500af2765afa6489f2d029f83cbff2189e9e07b0405638307eedbaf1dbd65
3
+ size 42642
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": [-17.57107925415039, 66.01007080078125, 133.4761962890625, -50.56050491333008, -89.30036163330078, -0.7790465354919434], "max": [78.11549377441406, 186.32603454589844, 169.8181610107422, 80.42867279052734, -81.16212463378906, 31.278640747070312], "mean": [1.2939413785934448, 105.8686294555664, 150.48497009277344, -7.110267639160156, -85.0868911743164, 9.843719482421875], "std": [25.789169311523438, 32.28755187988281, 10.497587203979492, 38.0898551940918, 2.2445766925811768, 10.351192474365234], "count": [592]}, "observation.state": {"min": [-17.40234375, 66.357421875, 135.703125, -48.251953125, -89.736328125, 0.2814258933067322], "max": [77.51953125, 185.537109375, 171.298828125, 79.716796875, -81.2109375, 29.831144332885742], "mean": [1.2950505018234253, 105.62407684326172, 151.9387664794922, -5.935141086578369, -85.3080825805664, 9.780972480773926], "std": [25.881275177001953, 32.98555374145508, 10.75529670715332, 38.369476318359375, 2.380378246307373, 10.200672149658203], "count": [592]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4587881995506536]], [[0.4521073461328976]], [[0.4496015114379085]]], "std": [[[0.2908062682417068]], [[0.3181692873624327]], [[0.32205163001015946]]], "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:fd764632eedac7fbe2f8b2f6b300b6080a67c2b85c0fec13f6e15241767e6532
3
+ size 5912961