Skip to content

Tags: bricyma/nuscenes-devkit

Tags

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Loosen PIP requirements (nutonomy#136)

* Make requirements less strict

* Added clarification on file name, minor corrections

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
preparation for pip package v1.0.0 (nutonomy#96)

v0.1.1

Toggle v0.1.1's commit message
Added disclaimer (nutonomy#58)

* Added disclaimer
* Added actual warning in the code

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
setup.py for PIP packages (nutonomy#27)

* Added setup.py for pip installation

* Updated version