open-mmlab / mmdetection3d

OpenMMLab's next-generation platform for general 3D object detection.
https://mmdetection3d.readthedocs.io/en/latest/
Apache License 2.0
5.2k stars 1.53k forks source link

How to inference the model provided by nuimages #1097

Closed PeggyPeppa closed 2 years ago

PeggyPeppa commented 2 years ago

It seems that the inference in api not matches with the model provided by nuimages. So I wonder how to inference the model provided by nuimages? Thanks so much !

Tai-Wang commented 2 years ago

It follows the typical way in mmdet to run both training and inference on nuimages. Please refer to the documentation.