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:c16ed7b2000a179c4a18bef972a4d2bff2716796f6c51f8ee3120e9c726c219a
|
3 |
+
size 14976
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["doctest6"], "length": 271}
|
meta/episodes_stats.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "stats": {"action.joints": {"min": [-26.323530197143555, -100.0, 11.697770118713379, 51.551212310791016, -71.96581268310547, 0.0], "max": [85.51470947265625, 11.66315746307373, 99.6358642578125, 99.6600112915039, -31.330890655517578, 24.88408088684082], "mean": [7.75829553604126, -61.384239196777344, 66.27845001220703, 73.33991241455078, -55.901329040527344, 5.538476467132568], "std": [30.510038375854492, 42.89382553100586, 36.230224609375, 13.103886604309082, 11.057145118713379, 8.632095336914062], "count": [271]}, "observation.joints": {"min": [-26.06786346435547, -98.65996551513672, 15.194979667663574, 52.183128356933594, -71.81929016113281, 1.208053708076477], "max": [84.99002075195312, 12.4790620803833, 99.0138931274414, 98.64349365234375, -31.4774112701416, 24.899328231811523], "mean": [7.679259777069092, -60.50954818725586, 67.449462890625, 73.16229248046875, -55.95248794555664, 6.462245941162109], "std": [30.517290115356445, 43.22981643676758, 34.560638427734375, 12.829547882080078, 11.000446319580078, 8.3858060836792], "count": [271]}, "observation.cameras.up": {"min": [[[0.0]], [[0.0]], [[0.00784313725490196]]], "max": [[[0.8705882352941177]], [[0.8823529411764706]], [[0.8784313725490196]]], "mean": [[[0.608879152369281]], [[0.6170473713235295]], [[0.6310480718954249]]], "std": [[[0.14418092782343156]], [[0.14371835925803098]], [[0.13976482116824013]]], "count": [100]}, "observation.cameras.side": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0196078431372549]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.494730306372549]], [[0.49877659722222223]], [[0.4884714808006536]]], "std": [[[0.16984350222582728]], [[0.17611709089401073]], [[0.18306810774431784]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.0], "mean": [4.5], "std": [2.6076809620810595], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [271]}, "index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [271]}}}
|
meta/info.json
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": "so100_follower",
|
4 |
+
"total_episodes": 1,
|
5 |
+
"total_frames": 271,
|
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.joints": {
|
18 |
+
"dtype": "float32",
|
19 |
+
"shape": [
|
20 |
+
6
|
21 |
+
],
|
22 |
+
"names": [
|
23 |
+
"shoulder_pan.pos",
|
24 |
+
"shoulder_lift.pos",
|
25 |
+
"elbow_flex.pos",
|
26 |
+
"wrist_flex.pos",
|
27 |
+
"wrist_roll.pos",
|
28 |
+
"gripper.pos"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"observation.joints": {
|
32 |
+
"dtype": "float32",
|
33 |
+
"shape": [
|
34 |
+
6
|
35 |
+
],
|
36 |
+
"names": [
|
37 |
+
"shoulder_pan.pos",
|
38 |
+
"shoulder_lift.pos",
|
39 |
+
"elbow_flex.pos",
|
40 |
+
"wrist_flex.pos",
|
41 |
+
"wrist_roll.pos",
|
42 |
+
"gripper.pos"
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"observation.cameras.up": {
|
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.height": 480,
|
59 |
+
"video.width": 640,
|
60 |
+
"video.codec": "av1",
|
61 |
+
"video.pix_fmt": "yuv420p",
|
62 |
+
"video.is_depth_map": false,
|
63 |
+
"video.fps": 30,
|
64 |
+
"video.channels": 3,
|
65 |
+
"has_audio": false
|
66 |
+
}
|
67 |
+
},
|
68 |
+
"observation.cameras.side": {
|
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.height": 480,
|
82 |
+
"video.width": 640,
|
83 |
+
"video.codec": "av1",
|
84 |
+
"video.pix_fmt": "yuv420p",
|
85 |
+
"video.is_depth_map": false,
|
86 |
+
"video.fps": 30,
|
87 |
+
"video.channels": 3,
|
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": "doctest6"}
|
videos/chunk-000/observation.cameras.side/episode_000000.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8472b4868505252c7021f32a3a4dee06b4534491b509af0ff194fcd30eff86df
|
3 |
+
size 1076056
|
videos/chunk-000/observation.cameras.up/episode_000000.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:712fa3ef2a2a665274d511a180e442ff571d82a05051bce8983df38472963756
|
3 |
+
size 842930
|