Megvii-BaseDetection / BEVDepth

Official code for BEVDepth.
MIT License
688 stars 96 forks source link

About the VoVnet-99 checkpoint and config #118

Open zw615 opened 1 year ago

zw615 commented 1 year ago

Hi, thanks for the great work!

I wonder if you could release the VoVnet-99 version checkpoint and config, so that the test set results can be reproduced?

Also, I wonder what pre-trained checkpoint for VoVnet-99 did you use? Was it first pre-trained on the COCO dataset for 2D Detection, and then pre-trained on the DDAM-15M dataset for depth prediction? Did you freeze any layer/stage in VoVnet-99 when training for 3D Detection?

Thanks a lot!

swtju14 commented 1 year ago

Hi, @zeyuwang615 . We adopt DD3D pretrained VoVNet (V2-99) as backbone network for images. No freeze when training.

zw615 commented 1 year ago

Does 'DD3D pretrained VoVNet (V2-99)' means the backbone is pre-trained sequentially on COCO and DDAM-15M as described in the paper?

捕获

More importantly, is there any checkpoint for such DD3D pretrained VoVNet (V2-99) available? I have managed to find two, but not sure which is the right one (or neither is): here in dd3d codebase tempsnip

or dded_det_final.pth here in detr3d codebase.

Thanks a lot!

swtju14 commented 1 year ago

dded_det_final.pth here in detr3d codebase.

thom966 commented 1 year ago

Could you please provide the vovnet.py file that you used when loading pre-trained weights?

swtju14 commented 1 year ago

We use vovnet.py file like this