shylee commited on
Commit
efdf2dc
·
verified ·
1 Parent(s): 2bc7700

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:02fea000d598f6e8e9217317654236f95e2185cb86dce4145a82d28f2a8f30a9
3
+ size 34933
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a dice and put it in the bin."], "length": 632}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-40.341796875, -4.921875, 13.095703125, 60.46875, -38.14453125, -0.29013538360595703], "max": [28.125, 155.390625, 181.669921875, 105.380859375, 0.615234375, 35.00967025756836], "mean": [-8.287724494934082, 67.79609680175781, 85.86658477783203, 85.92279052734375, -10.48165225982666, 9.614890098571777], "std": [17.602209091186523, 56.97239685058594, 56.322418212890625, 16.635770797729492, 7.797178268432617, 12.45654010772705], "count": [632]}, "observation.state": {"min": [-40.4296875, -4.833984375, 12.919921875, 60.8203125, -37.44140625, 0.417827308177948], "max": [27.94921875, 155.7421875, 178.505859375, 103.0078125, 0.3515625, 34.74930191040039], "mean": [-8.201224327087402, 68.6032943725586, 84.822265625, 85.33480834960938, -10.459818840026855, 11.371723175048828], "std": [17.621662139892578, 57.51594161987305, 56.02767562866211, 15.837181091308594, 7.762803077697754, 11.06747817993164], "count": [632]}, "observation.images.laptop": {"min": [[[0.07058823529411765]], [[0.07058823529411765]], [[0.050980392156862744]]], "max": [[[0.9176470588235294]], [[0.9215686274509803]], [[0.9529411764705882]]], "mean": [[[0.5784870383338521]], [[0.5732615027492479]], [[0.5683276078950099]]], "std": [[[0.13748618567292079]], [[0.13884668183736892]], [[0.14185852153724723]]], "count": [126]}, "timestamp": {"min": [0.0], "max": [21.033333333333335], "mean": [10.516666666666667], "std": [6.081415222718403], "count": [632]}, "frame_index": {"min": [0], "max": [631], "mean": [315.5], "std": [182.44245668155207], "count": [632]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [632]}, "index": {"min": [0], "max": [631], "mean": [315.5], "std": [182.44245668155207], "count": [632]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [632]}}}
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": 632,
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.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
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": "Grasp a dice and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea9e653092a08725c9ebdb57fcd9ddc5e83418edc58e63cd1326cc19cbdb6f61
3
+ size 2894921