HuoYixiao commited on
Commit
86bd423
·
verified ·
1 Parent(s): 4615f86

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:6fd5704c95111717d3cb9df45a50ea91582ba34b6abf754e9507868d86f9aed8
3
+ size 61182
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 887}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-39.94261932373047, 40.767051696777344, 29.866317749023438, 43.73959732055664, -6.752381324768066, 0.04473876953125], "max": [37.90426254272461, 195.3629150390625, 180.61016845703125, 101.52825927734375, 16.649585723876953, 54.035888671875], "mean": [7.184259414672852, 89.43299865722656, 74.50804901123047, 77.74285125732422, 8.457637786865234, 24.64107894897461], "std": [25.35654640197754, 50.27994155883789, 46.6612434387207, 19.680343627929688, 6.921252250671387, 16.577280044555664], "count": [887]}, "observation.state": {"min": [-39.90234375, 40.693359375, 33.57421875, 44.560546875, -6.240234375, 0.7915567755699158], "max": [37.529296875, 193.623046875, 179.82421875, 96.767578125, 16.083984375, 53.474056243896484], "mean": [7.197221755981445, 88.0982437133789, 75.67611694335938, 77.32056427001953, 8.573150634765625, 25.78095054626465], "std": [25.322782516479492, 50.543067932128906, 46.5351676940918, 18.71748161315918, 6.896350860595703, 16.49957275390625], "count": [887]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5391714122891955]], [[0.5388214478435407]], [[0.5399672824376663]]], "std": [[[0.1822848269788836]], [[0.18813958135402695]], [[0.2141260549184025]]], "count": [162]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5734071249899138]], [[0.5703844332486081]], [[0.5800059232026143]]], "std": [[[0.13098287482767673]], [[0.13741455628009977]], [[0.15879310367848562]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.533333333333335], "mean": [14.766666666666666], "std": [8.535156055333076], "count": [887]}, "frame_index": {"min": [0], "max": [886], "mean": [443.0], "std": [256.0546816599923], "count": [887]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [887]}, "index": {"min": [0], "max": [886], "mean": [443.0], "std": [256.0546816599923], "count": [887]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [887]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 887,
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.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
+ "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.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
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 lego block 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:60937615354e86339c489a73c6d4d0a972f2099089ed7b3c861ca3dee777841a
3
+ size 9483593
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:65c52f3c6b6717b7e2a42ff9ea19e1b75ad7f16100ce44f98499092fbbc908cf
3
+ size 6004383