MaxFridge commited on
Commit
e293f79
·
verified ·
1 Parent(s): 3823505

Upload dataset_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_config.json +48 -0
dataset_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "name": "default",
4
+ "version": "1.0.0",
5
+ "data_dir": ".",
6
+ "data_files": {
7
+ "train": "sessions/*/metadata.json"
8
+ },
9
+ "features": {
10
+ "session_id": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "created_at": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "duration": {
19
+ "dtype": "float64",
20
+ "_type": "Value"
21
+ },
22
+ "frames": {
23
+ "dtype": "int64",
24
+ "_type": "Value"
25
+ },
26
+ "cameras": {
27
+ "feature": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ },
31
+ "length": -1,
32
+ "_type": "Sequence"
33
+ },
34
+ "robot_data": {
35
+ "dtype": "bool",
36
+ "_type": "Value"
37
+ },
38
+ "status": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "description": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ }
46
+ }
47
+ }
48
+ }