tianweiy / MVP

MIT License
273 stars 38 forks source link

question about centernet2 #12

Closed Liaoqing-up closed 2 years ago

Liaoqing-up commented 2 years ago

hello, tianweiy! Can you share how you train the model Centernet2, and how about the performance, like miou ....Thankyou!

tianweiy commented 2 years ago

sorry I missed this issue.

You can use this config for training centernet2 https://github.com/xingyizhou/CenterNet2/blob/master/projects/CenterNet2/configs/nuImages_CenterNet2_DLA_640_8x.yaml

you will need to first convert nuimage to coco format following https://github.com/open-mmlab/mmdetection3d/tree/master/configs/nuimages

The model gets 43.3 map on nuimage val set

Liaoqing-up commented 2 years ago

ok, i see. Thankyou, tianweiy always respond ~