Fix LeRobot metadata - add features and proper structure for visualization

#8
by Sraghvi - opened
Files changed (1) hide show
  1. bimanual_picking/meta/info.json +32 -1
bimanual_picking/meta/info.json CHANGED
@@ -17,5 +17,36 @@
17
  "image",
18
  "state"
19
  ]
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
 
17
  "image",
18
  "state"
19
  ]
20
+ },
21
+ "features": {
22
+ "image": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Image"
26
+ },
27
+ "state": {
28
+ "dtype": "float64",
29
+ "shape": [
30
+ 14
31
+ ],
32
+ "_type": "Value"
33
+ },
34
+ "action": {
35
+ "dtype": "float64",
36
+ "shape": [
37
+ 14
38
+ ],
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "splits": {
43
+ "train": {
44
+ "name": "train",
45
+ "num_bytes": 0,
46
+ "num_examples": 1000
47
+ }
48
+ },
49
+ "download_size": 0,
50
+ "dataset_size": 0,
51
+ "size_in_bytes": 0
52
  }