douzi999 commited on
Commit
ba0fd2a
·
verified ·
1 Parent(s): 86a0277

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:bdd32b9186bbd427b4b0f3e2a89fb9a2c5d50f50e64e9ac28026cfdffb3099e7
3
+ size 5762
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a cylinder and put it in the bin."], "length": 127}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.39453125, 196.083984375, 180.87890625, 55.107421875, -4.74609375, 2.2298457622528076, 3.515625, 192.744140625, 178.41796875, 60.1171875, -2.900390625, 0.09157509356737137], "max": [-4.39453125, 196.083984375, 180.87890625, 55.107421875, -4.74609375, 2.2298457622528076, 3.515625, 192.744140625, 178.41796875, 60.1171875, -2.900390625, 0.09157509356737137], "mean": [-4.39453125, 196.083984375, 180.87890625, 55.107421875, -4.74609375, 2.2298455238342285, 3.515625, 192.744140625, 178.41796875, 60.1171875, -2.900390625, 0.09157498925924301], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.384185791015625e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 1.043081283569336e-07], "count": [127]}, "observation.state": {"min": [-4.21875, 195.556640625, 180.87890625, 54.755859375, -3.69140625, 1.5124554634094238, 3.1640625, 191.77734375, 179.296875, 60.908203125, -2.373046875, 0.7407407164573669], "max": [-4.21875, 195.556640625, 180.87890625, 54.755859375, -3.69140625, 1.5124554634094238, 3.1640625, 191.77734375, 179.296875, 60.908203125, -2.373046875, 0.7407407164573669], "mean": [-4.21875, 195.556640625, 180.87890625, 54.755859375, -3.69140625, 1.5124549865722656, 3.1640625, 191.77734375, 179.296875, 60.908203125, -2.373046875, 0.7407400012016296], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.76837158203125e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 7.152557373046875e-07], "count": [127]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.49450484477124185]], [[0.4881858660130719]], [[0.4733357577614379]]], "std": [[[0.2080928972150282]], [[0.23152633980218393]], [[0.22175789559306977]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5827844628267974]], [[0.5642934865196079]], [[0.5458514522058824]]], "std": [[[0.21466005438660488]], [[0.23675066728668445]], [[0.2323564328732328]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.2], "mean": [2.1], "std": [1.2220201853215575], "count": [127]}, "frame_index": {"min": [0], "max": [126], "mean": [63.0], "std": [36.66060555964672], "count": [127]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [127]}, "index": {"min": [0], "max": [126], "mean": [63.0], "std": [36.66060555964672], "count": [127]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [127]}}}
meta/info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 127,
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
+ 12
21
+ ],
22
+ "names": [
23
+ "left_shoulder_pan",
24
+ "left_shoulder_lift",
25
+ "left_elbow_flex",
26
+ "left_wrist_flex",
27
+ "left_wrist_roll",
28
+ "left_gripper",
29
+ "right_shoulder_pan",
30
+ "right_shoulder_lift",
31
+ "right_elbow_flex",
32
+ "right_wrist_flex",
33
+ "right_wrist_roll",
34
+ "right_gripper"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "left_shoulder_pan",
44
+ "left_shoulder_lift",
45
+ "left_elbow_flex",
46
+ "left_wrist_flex",
47
+ "left_wrist_roll",
48
+ "left_gripper",
49
+ "right_shoulder_pan",
50
+ "right_shoulder_lift",
51
+ "right_elbow_flex",
52
+ "right_wrist_flex",
53
+ "right_wrist_roll",
54
+ "right_gripper"
55
+ ]
56
+ },
57
+ "observation.images.laptop": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channels"
68
+ ],
69
+ "info": {
70
+ "video.fps": 30.0,
71
+ "video.height": 480,
72
+ "video.width": 640,
73
+ "video.channels": 3,
74
+ "video.codec": "av1",
75
+ "video.pix_fmt": "yuv420p",
76
+ "video.is_depth_map": false,
77
+ "has_audio": false
78
+ }
79
+ },
80
+ "observation.images.phone": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channels"
91
+ ],
92
+ "info": {
93
+ "video.fps": 30.0,
94
+ "video.height": 480,
95
+ "video.width": 640,
96
+ "video.channels": 3,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "has_audio": false
101
+ }
102
+ },
103
+ "timestamp": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "frame_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "episode_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "task_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ }
138
+ }
139
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a cylinder 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:1f8ea6a7745b4539c82ab10e6af6a534dbdc91071ec1e78ac4b2a6ff655672bd
3
+ size 1442824
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:22a60eb5942e2ac9b29a36cb2c65d9f0b8aef4cb8bdd631f7e56185b8ed94547
3
+ size 1775991