wudongming97 / TopoMLP

[ICLR2024] TopoMLP: A Simple yet Strong Pipeline for Driving Topology Reasoning
Apache License 2.0
159 stars 13 forks source link

In Vovnet config, it seems not use the pretrained weights. #24

Closed night3759 closed 5 months ago

night3759 commented 5 months ago

The config of vovnet backbone is like this. img_backbone=dict( type='VoVNetCP', ###use checkpoint to save memory spec_name='V2-99-eSE', norm_eval=True, frozen_stages=-1, input_ch=3, out_features=('stage2', 'stage3', 'stage4', 'stage5',)),

It seems not use the pretrained weights to initialize it. Is it necessary to use [FCOS3D] to initialize the weights of vovnet?