mldev19 commited on
Commit
bc22975
·
verified ·
1 Parent(s): ea989c6

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:276f7e836275cdfce6a449ec61e5eb0328c062ebb9f08bc09eb839abd5315904
3
+ size 19876
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a green lego block and put it in the red bin."], "length": 446}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.244140625, 78.92578125, 90.52734375, 45.0, -15.1171875, 0.0], "max": [16.69921875, 193.271484375, 181.845703125, 69.169921875, 1.58203125, 24.285715103149414], "mean": [8.030759811401367, 151.6024627685547, 146.01808166503906, 60.04959487915039, -5.320141792297363, 4.943145751953125], "std": [14.017992973327637, 46.303524017333984, 39.7061653137207, 5.4304399490356445, 6.530799865722656, 8.869742393493652], "count": [446]}, "observation.state": {"min": [-34.8046875, 78.310546875, 95.2734375, 45.966796875, -15.1171875, 0.3477051258087158], "max": [16.34765625, 193.271484375, 181.0546875, 69.08203125, 1.40625, 24.061195373535156], "mean": [7.980310916900635, 150.4208526611328, 147.2946319580078, 60.200347900390625, -5.166825771331787, 5.696244716644287], "std": [13.956013679504395, 47.277339935302734, 37.936500549316406, 5.386587619781494, 6.6526641845703125, 8.519251823425293], "count": [446]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[0.8862745098039215]], [[0.9568627450980393]]], "mean": [[[0.36670495098039213]], [[0.37330134191176473]], [[0.3563889705882353]]], "std": [[[0.19988107914003314]], [[0.21765110710670416]], [[0.2129517600782826]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.46232802900326797]], [[0.472740318627451]], [[0.4622363623366013]]], "std": [[[0.1762902353659843]], [[0.18883680082918014]], [[0.18656187055735712]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.833333333333334], "mean": [7.416666666666666], "std": [4.291626213401576], "count": [446]}, "frame_index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [446]}, "index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [446]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 446,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "observation.images.phone": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a green lego block and put it in the red 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:8f7e7380a67c6c2ad00755bc54425790c2e022439131edda76e3f295b4c29991
3
+ size 4210707
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:fad23d4c40b5f0bef3576981531a3279306f0c44ba103ec1c1abed359ddb85a4
3
+ size 3332721