Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +100 -0
dataset_info.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "lerobot",
|
3 |
+
"config_name": "so100",
|
4 |
+
"version": {
|
5 |
+
"version_str": "0.0.0"
|
6 |
+
},
|
7 |
+
"data_dir": "synth_dataset_0726_3",
|
8 |
+
"download_checksums": {},
|
9 |
+
"features": {
|
10 |
+
"action": {
|
11 |
+
"dtype": "float32",
|
12 |
+
"shape": [
|
13 |
+
6
|
14 |
+
],
|
15 |
+
"names": [
|
16 |
+
"joint_0",
|
17 |
+
"joint_1",
|
18 |
+
"joint_2",
|
19 |
+
"joint_3",
|
20 |
+
"joint_4",
|
21 |
+
"joint_5"
|
22 |
+
]
|
23 |
+
},
|
24 |
+
"observation.state": {
|
25 |
+
"dtype": "float32",
|
26 |
+
"shape": [
|
27 |
+
6
|
28 |
+
],
|
29 |
+
"names": [
|
30 |
+
"joint_0",
|
31 |
+
"joint_1",
|
32 |
+
"joint_2",
|
33 |
+
"joint_3",
|
34 |
+
"joint_4",
|
35 |
+
"joint_5"
|
36 |
+
]
|
37 |
+
},
|
38 |
+
"observation.images.main": {
|
39 |
+
"dtype": "video",
|
40 |
+
"shape": [
|
41 |
+
704,
|
42 |
+
1280,
|
43 |
+
3
|
44 |
+
],
|
45 |
+
"names": [
|
46 |
+
"height",
|
47 |
+
"width",
|
48 |
+
"channels"
|
49 |
+
],
|
50 |
+
"info": {
|
51 |
+
"video.height": 704,
|
52 |
+
"video.width": 1280,
|
53 |
+
"video.codec": "mp4v",
|
54 |
+
"video.pix_fmt": "yuv420p",
|
55 |
+
"video.is_depth_map": false,
|
56 |
+
"video.fps": 24.0,
|
57 |
+
"video.channels": 3,
|
58 |
+
"has_audio": false
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"timestamp": {
|
62 |
+
"dtype": "float32",
|
63 |
+
"shape": [
|
64 |
+
1
|
65 |
+
],
|
66 |
+
"names": null
|
67 |
+
},
|
68 |
+
"frame_index": {
|
69 |
+
"dtype": "int64",
|
70 |
+
"shape": [
|
71 |
+
1
|
72 |
+
],
|
73 |
+
"names": null
|
74 |
+
},
|
75 |
+
"episode_index": {
|
76 |
+
"dtype": "int64",
|
77 |
+
"shape": [
|
78 |
+
1
|
79 |
+
],
|
80 |
+
"names": null
|
81 |
+
},
|
82 |
+
"index": {
|
83 |
+
"dtype": "int64",
|
84 |
+
"shape": [
|
85 |
+
1
|
86 |
+
],
|
87 |
+
"names": null
|
88 |
+
},
|
89 |
+
"task_index": {
|
90 |
+
"dtype": "int64",
|
91 |
+
"shape": [
|
92 |
+
1
|
93 |
+
],
|
94 |
+
"names": null
|
95 |
+
}
|
96 |
+
},
|
97 |
+
"supervised_keys": null,
|
98 |
+
"disable_tqdm": false,
|
99 |
+
"disable_nullable_warning": false
|
100 |
+
}
|