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

Semantic segmentation on nuImage dataset #402

Closed Shaoqing26 closed 3 years ago

Shaoqing26 commented 3 years ago

First,Thanks the exllent job in this open source project. and ,I found there has only have instance segmantation on nuImage dataset,and few training details,but semantic segmantation semantic is also popular and helpful reserch work,is there has any plan to add semantic segmentation modals?

also there have no training and evaluation code for nuImage dataset,is will complete it recently?

ZwwWayne commented 3 years ago

The training and evaluation code for instance segmentation is train.py and test.py. You can use them to train/test nuImages models as other 3D detectors in MMDet3D because MMDet3D inherits MMDet. For semantic segmentation, we will release examples this month, using MMSegmentation. Please stay tuned.

yezhen17 commented 3 years ago

The training and evaluation code for instance segmentation is train.py and test.py. You can use them to train/test nuImages models as other 3D detectors in MMDet3D because MMDet3D inherits MMDet. For semantic segmentation, we will release examples this month, using MMSegmentation. Please stay tuned.

As to help you understand how this works, please note that our train.py uses a function build_detector. This function consists of build from mmdet, which uses MMCV Registry. Please then refer to the tutorial of MMCV Registry.

Tai-Wang commented 3 years ago

Close due to inactivity.