Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
PurpleSand commited on
Commit
ffb14be
β€’
1 Parent(s): 7182582

Upload map_asset/map_list.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. map_asset/map_list.yml +37 -0
map_asset/map_list.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # See detail in sketchdrive_common/sketch_map/sketch_map.py
2
+ sim_office:
3
+ annotated_occupancy_map:
4
+ image_file: maps/sim_office/annotated_occupancy_map.png
5
+ map_yml: maps/sim_office/map.yml
6
+ tags: [occupancy, heuristic, annotated]
7
+ occupancy_map:
8
+ image_file: maps/sim_office/occupancy_map.png
9
+ map_yml: maps/sim_office/map.yml
10
+ tags: [occupancy, heuristic]
11
+ sim_street_road:
12
+ occupancy_map:
13
+ image_file: maps/sim_street_road/occupancy_map.png
14
+ map_yml: maps/sim_street_road/map.yml
15
+ tags: [occupancy, heuristic]
16
+ orthographic_map:
17
+ image_file: maps/sim_street_road/orthographic_map.png
18
+ map_yml: maps/sim_street_road/map.yml
19
+ tags: [orthographic, annotated]
20
+ sim_street_sidewalk:
21
+ occupancy_map:
22
+ image_file: maps/sim_street_sidewalk/occupancy_map.png
23
+ map_yml: maps/sim_street_sidewalk/map.yml
24
+ tags: [occupancy, heuristic]
25
+ orthographic_map:
26
+ image_file: maps/sim_street_sidewalk/orthographic_map.png
27
+ map_yml: maps/sim_street_sidewalk/orthographic.yml
28
+ tags: [orthographic, annotated]
29
+ sim_orchard:
30
+ occupancy_map:
31
+ image_file: maps/sim_orchard/occupancy_map.png
32
+ map_yml: maps/sim_orchard/map.yml
33
+ tags: [occupancy, heuristic]
34
+ annotated_occupancy_map:
35
+ image_file: maps/sim_orchard/annotated_occupancy_map.png
36
+ map_yml: maps/sim_orchard/map.yml
37
+ tags: [occupancy, heuristic, annotated]