BEVFormer icon indicating copy to clipboard operation
BEVFormer copied to clipboard

About the VoVnet-99 checkpoint and config

Open zw615 opened this issue 2 years ago • 1 comments

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? Right now there is code for vovnet.py, but really no config or experiment use that code.

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!

zw615 avatar Dec 06 '22 04:12 zw615

How did you replace ResNet-101 with VoVNet? I'm encountering some issues now This is the code I modified for bevformer_small.py image

wuhen777 avatar Apr 09 '24 13:04 wuhen777