BEVFormer
BEVFormer copied to clipboard
Using pretrained VoVNet
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?
How did you replace ResNet-101 with VoVNet? I'm encountering some issues now
This is the code I modified for bevformer_small.py