Jiafei1224 commited on
Commit
56176a6
·
verified ·
1 Parent(s): 5f774e5

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:672f0c206dc56366abbb8912de16c29781a2d761015b471fa75893a0809e43c6
3
+ size 25554
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 593}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.439453125, 69.873046875, 69.697265625, 49.306640625, -21.708984375, 6.435006141662598], "max": [32.607421875, 183.076171875, 168.92578125, 78.75, -15.029296875, 30.75933074951172], "mean": [12.33581256866455, 131.73953247070312, 131.8448028564453, 58.224693298339844, -19.921974182128906, 23.665611267089844], "std": [8.706939697265625, 47.64187240600586, 35.05790710449219, 6.181736469268799, 2.1414544582366943, 6.800060749053955], "count": [593]}, "observation.state": {"min": [0.263671875, 69.345703125, 71.89453125, 50.009765625, -21.708984375, 8.141592979431152], "max": [32.6953125, 183.1640625, 169.1015625, 78.3984375, -14.94140625, 30.530973434448242], "mean": [12.37775707244873, 130.77000427246094, 132.25062561035156, 58.62438201904297, -19.921825408935547, 23.6086483001709], "std": [8.582294464111328, 47.71928787231445, 34.51099395751953, 6.166968822479248, 2.058610677719116, 6.324128150939941], "count": [593]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5442408683959695]], [[0.5245043913398693]], [[0.5108642531318083]]], "std": [[[0.3347674933585354]], [[0.34170847719326003]], [[0.35439324453221127]]], "count": [120]}, "observation.images.phone": {"min": [[[0.027450980392156862]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5666469141476035]], [[0.5085311546840959]], [[0.49523003982843133]]], "std": [[[0.227763130348024]], [[0.2199290868265568]], [[0.1882109246472737]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.733333333333334], "mean": [9.866666666666667], "std": [5.706137047074843], "count": [593]}, "frame_index": {"min": [0], "max": [592], "mean": [296.0], "std": [171.18411141224527], "count": [593]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [593]}, "index": {"min": [0], "max": [592], "mean": [296.0], "std": [171.18411141224527], "count": [593]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [593]}}}
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": 593,
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:944398b1a744cce19902aef961ff4e370b1b7e6616fe21024d5c94ea51e0d442
3
+ size 11124447
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:3d5e4e7d5183af8528b29fb0350b1e23342178093f6f1588e6367d99c9b8d7a4
3
+ size 7588233