SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 1903.11027 · CVPR · 2019

nuScenes: A multimodal dataset for autonomous driving

Sourabh Vora, Oscar Beijbom, Holger Caesar, Alex Lang, Yu Pan, Qiang Xu, Varun Bankiti, Venice Liong, Anush Krishnan, Giancarlo Baldan

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 17 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
nutonomy/second.pytorch canonical 0 of 8
traveller59/second.pytorch pwc_unofficial 6 of 9
FunctionStatusWhere it lives
conv1x1 Ran traveller59/second.pytorch/second/pytorch/models/rpn.py
code served (permissive licence) · get_code("158bf4c3a5f11f04")
register_middle Ran traveller59/second.pytorch/second/pytorch/models/middle.py
code served (permissive licence) · get_code("0a1b85ac623e6f2a")
register_rpn Ran traveller59/second.pytorch/second/pytorch/models/rpn.py
code served (permissive licence) · get_code("ef99ac1386220596")
register_vfe Ran traveller59/second.pytorch/second/pytorch/models/voxel_encoder.py
code served (permissive licence) · get_code("e810eee34dfdcbcd")
second_box_decode Ran traveller59/second.pytorch/second/pytorch/core/box_torch_ops.py
code served (permissive licence) · get_code("6c72b499d9e57f05")
second_box_encode Ran traveller59/second.pytorch/second/pytorch/core/box_torch_ops.py
code served (permissive licence) · get_code("953e13a8cff5f083")
add_sin_difference Not yet run nutonomy/second.pytorch/second/pytorch/models/voxelnet.py
code served (permissive licence) · get_code("d84613b4939e69fb")
bev_box_encode Not yet run nutonomy/second.pytorch/second/pytorch/core/box_torch_ops.py
code served (permissive licence) · get_code("c2b753bcfe4c404f")
build Not yet run nutonomy/second.pytorch/second/pytorch/builder/optimizer_builder.py
code served (permissive licence) · get_code("1fcec29c9194340f")
get_middle_class Not yet run traveller59/second.pytorch/second/pytorch/models/middle.py
code served (permissive licence) · get_code("72fa5e69cc1edae1")
get_paddings_indicator Not yet run nutonomy/second.pytorch/second/pytorch/utils.py
code served (permissive licence) · get_code("3d1a38b241735dbc")
get_rpn_class Not yet run traveller59/second.pytorch/second/pytorch/models/rpn.py
code served (permissive licence) · get_code("61ee90cbf1732c25")
get_vfe_class Not yet run traveller59/second.pytorch/second/pytorch/models/voxel_encoder.py
code served (permissive licence) · get_code("c9d0409fed0b5a2a")
indices_to_dense_vector Not yet run nutonomy/second.pytorch/second/pytorch/core/losses.py
code served (permissive licence) · get_code("9036f3724ec07fae")
prepare_loss_weights Not yet run nutonomy/second.pytorch/second/pytorch/models/voxelnet.py
code served (permissive licence) · get_code("23f50e15a17383c7")
second_box_decode Not yet run nutonomy/second.pytorch/second/pytorch/core/box_torch_ops.py
code served (permissive licence) · get_code("4875b7b4a05dfb6c")
second_box_encode Not yet run nutonomy/second.pytorch/second/pytorch/core/box_torch_ops.py
code served (permissive licence) · get_code("b355ca3dc928a784")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Robust detection and tracking of objects is crucial for the deployment of autonomous vehicle technology. Image based benchmark datasets have driven development in computer vision tasks such as object detection, tracking and segmentation of agents in the environment. Most autonomous vehicles, however, carry a combination of cameras and range sensors such as lidar and radar. As machine learning based methods for detection and tracking become more prevalent, there is a need to train and evaluate such methods on datasets containing range sensor data along with images. In this work we present nuTonomy scenes (nuScenes), the first dataset to carry the full autonomous vehicle sensor suite: 6 cameras, 5 radars and 1 lidar, all with full 360 degree field of view. nuScenes comprises 1000 scenes, each 20s long and fully annotated with 3D bounding boxes for 23 classes and 8 attributes. It has 7x as many annotations and 100x as many images as the pioneering KITTI dataset. We define novel 3D detection and tracking metrics. We also provide careful dataset analysis as well as baselines for lidar and image based detection and tracking. Data, development kit and more information are available online 1 .

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("1903.11027")
get_code_for_paper("1903.11027")
have("1903.11027")

Connect an agent — have() is free.