forked from nutonomy/nuscenes-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nuScenes map expansion pack (nutonomy#172)
* Initial commit * Added missing descartes requirement * Overhauled tutorial * Renamed map files * Fix wrong file extension * Renamed map extension to map expansion * Fix wrong import, clear outputs * Fixes for queenstown map * Overhauled map tutorial * Fixed wrong output message * Added detailed information on map origin and size * Reorganized readme and faq for map expansion pack * Rewording * Minor fixes to the map tutorial * Change order of the getting started bullet points * Binary map mask api and visualization example (nutonomy#181) * rename map_graph to map_api * wip: rendering * rendering * map api done * visualization example * Renamed MapAPIExplorer to NuscenesMapExplorer * Reformatting * Reformatting * Undo spacing bug * Fix missing return statement * Added n_rows as argument * Pass on n_rows argument * Improved tutorial visualization * Updated naming conventions, first extract raw data then visualize, changed order * Rename `get_map_patch_mask` to `get_map_mask` and change output format to be a stacked numpy array * Added instructions for rotated map patches * Updated typing * Plot whole map by default * Typo in the map names * Round canvas size * Swapped order of arguments * Handle case where canvas_size is not given to render_map_mask * Started on semantic prior check * Fixed bug with swapped height/width * More experiments on reconstructing semantic prior * Removing comparison to semantic_prior * Delete test.py
- Loading branch information
1 parent
4d3bab4
commit 1c70dd0
Showing
6 changed files
with
2,081 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.