Skip to content

Commit

Permalink
Add known issues section (nutonomy#402)
Browse files Browse the repository at this point in the history
* Add known issues section

* Add to toc
  • Loading branch information
holger-motional authored May 30, 2020
1 parent 0fddd0c commit 2a60fea
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 17 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Welcome to the devkit of the [nuScenes](https://www.nuscenes.org) dataset.
- [Map expansion](#map-expansion)
- [Devkit setup](#devkit-setup)
- [Getting started](#getting-started)
- [Known issues](#known-issues)
- [Citation](#citation)

## Changelog
Expand Down Expand Up @@ -93,6 +94,19 @@ jupyter notebook $HOME/nuscenes-devkit/python-sdk/tutorials/nuscenes_basics_tuto
- See the [database schema](https://github.com/nutonomy/nuscenes-devkit/blob/master/schema.md) and [annotator instructions](https://github.com/nutonomy/nuscenes-devkit/blob/master/instructions.md).
- See the [FAQs](https://github.com/nutonomy/nuscenes-devkit/blob/master/faqs.md).

## Known issues
Great care has been taken to collate the nuScenes dataset and many users have praised the quality of the data and annotations.
However, some minor issues remain:

**Maps**:
- For *singapore-hollandvillage* and *singapore-queenstown* the traffic light poses are all 0 (except for tz).
- For *boston-seaport*, the ego poses of 3 scenes (499, 515, 517) are slightly incorrect and 2 scenes (501, 502) are outside the annotated area.
- For *singapore-onenorth* some of the center line paths have small gaps in them.
- For *singapore-onenorth*, the ego poses of about 10 scenes were off the drivable surface. This has been **resolved in map v1.1**.

**Annotations**:
- A small number of 3d bounding boxes is annotated despite the object being temporarily occluded. For this reason we make sure to **filter objects without lidar or radar points** in the nuScenes benchmarks. See [issue 366](https://github.com/nutonomy/nuscenes-devkit/issues/366).

## Citation
Please use the following citation when referencing [nuScenes](https://arxiv.org/abs/1903.11027):
```
Expand Down
88 changes: 71 additions & 17 deletions python-sdk/tutorials/map_expansion_tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit 2a60fea

Please sign in to comment.