Skip to content

tdtce/nuScenes-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nuScenes-converter

Using nuScenes with detectron2

For what

Detectron2 doesn't support nuScence annotation out of the box. To use this dataset, you must transform annotation to the dictionary (see dict format here). This package does it for you. Also you can use it like 3b-box to 2d-bbox translator.

Requirements

Installation

git clone https://github.com/tdtce/nuScenes-converter.git
cd nuScenes-converter
pip install -e .

Using example

Using example see here. For import use:

from nusc_conv.conv import get_nuscenes_dicts

Plans

  • Category support
  • Train test support

About

Using nuScenes with detectron2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published