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:e969fe9f2ca5f2db4bc3cfa3fb032404e8df58d6bda677a5cc3a3d2b6c693121
|
3 |
+
size 30779
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 630}
|
meta/episodes_stats.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "stats": {"action": {"min": [-3.427734375, 102.65625, 88.06640625, 1.40625, -19.072265625, 0.40567949414253235], "max": [63.10546875, 187.3828125, 169.453125, 88.2421875, -5.625, 30.52738380432129], "mean": [20.513532638549805, 145.83712768554688, 141.0043487548828, 52.63588333129883, -12.218470573425293, 8.785365104675293], "std": [25.09588623046875, 34.065425872802734, 32.016231536865234, 29.16037368774414, 4.390392303466797, 10.605847358703613], "count": [630]}, "observation.state": {"min": [-2.63671875, 101.689453125, 90.791015625, 2.021484375, -6.15234375, 0.291332870721817], "max": [62.841796875, 186.15234375, 169.62890625, 87.1875, -5.09765625, 29.643117904663086], "mean": [19.985769271850586, 144.56198120117188, 142.22056579589844, 52.35770034790039, -5.816685199737549, 9.343156814575195], "std": [25.059070587158203, 34.13037109375, 31.435453414916992, 28.688064575195312, 0.1376541703939438, 10.236019134521484], "count": [630]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4459864526143791]], [[0.48933508986928104]], [[0.3934650588235294]]], "std": [[[0.2843032399826448]], [[0.20735647867806317]], [[0.17985767039545592]]], "count": [125]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45435569444444446]], [[0.4585212140522876]], [[0.4607328660130719]]], "std": [[[0.20731383839362383]], [[0.17934506621129231]], [[0.18073198516287028]]], "count": [125]}, "timestamp": {"min": [0.0], "max": [20.966666666666665], "mean": [10.483333333333333], "std": [6.062170189577937], "count": [630]}, "frame_index": {"min": [0], "max": [629], "mean": [314.5], "std": [181.86510568733812], "count": [630]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [630]}, "index": {"min": [0], "max": [629], "mean": [314.5], "std": [181.86510568733812], "count": [630]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [630]}}}
|
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": 630,
|
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:5af0feddd0e6d29498d08c67bbe606306d1731056e224494ece9f71cc7b0807b
|
3 |
+
size 4668826
|
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:bd2dac6943d35d4c980d89e985f060ab8ad03530337c7caf06b51ef340ee0a7b
|
3 |
+
size 2790207
|