BEVFormer icon indicating copy to clipboard operation
BEVFormer copied to clipboard

Using pretrained VoVNet

Open thom966 opened this issue 2 years ago • 1 comments

Hello,

I have a question when using pre-trained vovnet. In vovnet.py , it specifies checkpoint path with the following: self.init_cfg = dict(type='Pretrained', checkpoint=pretrained) How should I set the pretrained path?

thom966 avatar Feb 04 '23 10:02 thom966

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 15:04 wuhen777