shylee commited on
Commit
d45632f
·
verified ·
1 Parent(s): a168192

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:b79a2baaa0f28a87796bb9cd3706a53fac5639ce6bab508afd86f24b663ce1ee
3
+ size 58710
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a gauze and put it in the cup."], "length": 853}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-42.10532760620117, 7.303414821624756, -17.614688873291016, 73.41975402832031, -9.890907287597656, -0.2887391746044159], "max": [38.943580627441406, 95.0953140258789, 85.20068359375, 103.88671875, 22.035308837890625, 45.344791412353516], "mean": [13.982734680175781, 48.39414596557617, 21.253141403198242, 96.58850860595703, 2.5420567989349365, 20.498260498046875], "std": [23.101032257080078, 20.470354080200195, 24.54520034790039, 8.006465911865234, 6.198394298553467, 15.927403450012207], "count": [853]}, "observation.state": {"min": [-41.748046875, 10.1953125, -13.623046875, 73.916015625, -9.140625, 0.39277294278144836], "max": [38.583984375, 92.900390625, 85.517578125, 103.447265625, 20.830078125, 44.776119232177734], "mean": [13.892385482788086, 47.14338302612305, 23.303380966186523, 96.6122055053711, 2.4232258796691895, 20.235586166381836], "std": [23.36410903930664, 20.104236602783203, 24.763179779052734, 7.8018574714660645, 6.022400856018066, 15.438155174255371], "count": [853]}, "observation.images.FrontCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5960756603596852]], [[0.5554335503309604]], [[0.5518039579950876]]], "std": [[[0.2574672459761537]], [[0.25593368531181093]], [[0.2558916954418897]]], "count": [157]}, "observation.images.TopCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686706683735065]], [[0.44641815494775405]], [[0.43078609471920404]]], "std": [[[0.2700550293533791]], [[0.2584404789040876]], [[0.26231226277230746]]], "count": [157]}, "observation.images.WristCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5048511927063819]], [[0.4734602249073727]], [[0.478553628856001]]], "std": [[[0.28990799192199224]], [[0.2812608204524855]], [[0.27916421495178306]]], "count": [157]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.200000000000003], "std": [8.207990686587742], "count": [853]}, "frame_index": {"min": [0], "max": [852], "mean": [426.0], "std": [246.23972059763227], "count": [853]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [853]}, "index": {"min": [0], "max": [852], "mean": [426.0], "std": [246.23972059763227], "count": [853]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [853]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 853,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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.FrontCam": {
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.TopCam": {
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
+ "observation.images.WristCam": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.fps": 30.0,
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a gauze and put it in the cup."}
videos/chunk-000/observation.images.FrontCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1671da79eaf775426c6085192747c314220596406b083f232dbfe231018edfd
3
+ size 7921064
videos/chunk-000/observation.images.TopCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22fe0a1f8f3dc1447a667178dcb31d659a50f4fa1c40313a05f9aed5bd54c144
3
+ size 3428058
videos/chunk-000/observation.images.WristCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:273c1d148ebc7ce8907e8d42588c4fdba6cd3e6a68327261746781f4ba3973f5
3
+ size 11791744