zijian2022 commited on
Commit
1759bf8
·
verified ·
1 Parent(s): aae7ee6

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:ba03b99817caa9c6ea406b9f386f1f70042aa07e0f976139eddafb8c44fa0b96
3
+ size 542415
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 8791}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-75.36764526367188, 68.56883239746094, 86.67587280273438, 0.9190826416015625, -63.40663528442383, 0.27753257751464844], "max": [83.65459442138672, 188.11172485351562, 171.48060607910156, 88.8177261352539, 6.194928169250488, 48.435150146484375], "mean": [6.352605819702148, 163.2980499267578, 151.00180053710938, 76.19781494140625, -4.8057074546813965, 5.1144633293151855], "std": [15.36854362487793, 36.15560531616211, 29.098112106323242, 21.337053298950195, 7.9351887702941895, 9.529595375061035], "count": [8791]}, "observation.state": {"min": [-74.619140625, 67.32421875, 89.12109375, 1.142578125, -6.15234375, 0.21849963068962097], "max": [82.705078125, 186.416015625, 170.68359375, 87.978515625, 5.537109375, 47.195919036865234], "mean": [5.88455867767334, 162.12123107910156, 151.2391815185547, 75.4790267944336, -2.602656364440918, 4.981172561645508], "std": [15.28880786895752, 36.3707160949707, 28.380931854248047, 20.964744567871094, 1.8325798511505127, 9.644135475158691], "count": [8791]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5485566853395162]], [[0.5664320773972948]], [[0.49902333340539445]]], "std": [[[0.35993647001523515]], [[0.22263192019119538]], [[0.21021338722972124]]], "count": [907]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4148567592922873]], [[0.45512236391248895]], [[0.45757263450216545]]], "std": [[[0.2672995434475562]], [[0.21329181430879166]], [[0.20407316212686785]]], "count": [907]}, "timestamp": {"min": [0.0], "max": [293.0], "mean": [146.5], "std": [84.59143639347371], "count": [8791]}, "frame_index": {"min": [0], "max": [8790], "mean": [4395.0], "std": [2537.743091804212], "count": [8791]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8791]}, "index": {"min": [0], "max": [8790], "mean": [4395.0], "std": [2537.743091804212], "count": [8791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8791]}}}
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": 8791,
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 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:8ae2d0f3882661f36a37f6f40c574a7efdb43cb73e2b28a397f7f144cc915e95
3
+ size 47905937
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:0e43b06a80c41392f22032ab0bc5bf9ffea63c79c8efc4b9c6c7eb6f1fb97eb0
3
+ size 53993035