-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 (#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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,6 @@ On this page we try to answer questions frequently asked by our users. | |
- For issues and bugs *with the devkit*, file an issue on [Github](https://github.com/nutonomy/nuscenes-devkit/issues). | ||
- For any other questions, please post in the [nuScenes user forum](https://forum.nuscenes.org/). | ||
|
||
- How can I get started? | ||
- Read the [dataset description](https://www.nuscenes.org/overview). | ||
- [Explore](https://www.nuscenes.org/explore/scene-0011/0) the lidar viewer and videos. | ||
- Read the [tutorial](https://www.nuscenes.org/tutorial). | ||
- Read our [publications](https://www.nuscenes.org/publications). | ||
- [Download](https://www.nuscenes.org/download) the dataset. | ||
- Get the [nuscenes-devkit code](https://github.com/nutonomy/nuscenes-devkit). | ||
- Take a look at the [experimental scripts](https://github.com/nutonomy/nuscenes-devkit/tree/master/python-sdk/nuscenes/scripts). | ||
|
||
- Can I use nuScenes for free? | ||
- For non-commercial use [nuScenes is free](https://www.nuscenes.org/terms-of-use), e.g. for educational use and some research use. | ||
- For commercial use please contact [[email protected]](mailto:[email protected]). To allow startups to use our dataset, we adjust the pricing terms to the use case and company size. | ||
|
@@ -24,13 +15,12 @@ On this page we try to answer questions frequently asked by our users. | |
- See the overview site for the [tracking challenge](https://www.nuscenes.org/tracking). | ||
|
||
- What's next for nuScenes? | ||
- A map expansion kit with 20+ different semantic layers (e.g. lanes, stop lines, traffic lights). | ||
- Raw IMU & GPS data. | ||
- Object detection, tracking and other challenges (see above). | ||
|
||
- How can I get more information on the sensors used? | ||
- Read the [Data collection](https://www.nuscenes.org/data-collection) page. | ||
- Note that we do not give away the vendor name and model to avoid endorsing a particular vendor. All sensors are publicly available from third-party vendors. | ||
- Note that we do not *publicly* reveal the vendor name and model to avoid endorsing a particular vendor. All sensors are publicly available from third-party vendors. | ||
- For more information, please contact [[email protected]](mailto:[email protected]). | ||
|
||
- Can I use nuScenes for 2d object detection? | ||
|
@@ -39,4 +29,4 @@ On this page we try to answer questions frequently asked by our users. | |
|
||
- How can I share my new dataset / paper for Autonomous Driving? | ||
- Please contact [[email protected]](mailto:[email protected]) to discuss possible collaborations and listing your work on the [Publications](https://www.nuscenes.org/publications) page. | ||
- To discuss it with the community, please post in the [nuScenes user forum](https://forum.nuscenes.org/). | ||
- To discuss it with the community, please post in the [nuScenes user forum](https://forum.nuscenes.org/). |
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.