XuyangBai / TransFusion

[PyTorch] Official implementation of CVPR2022 paper "TransFusion: Robust LiDAR-Camera Fusion for 3D Object Detection with Transformers". https://arxiv.org/abs/2203.11496
Apache License 2.0
613 stars 76 forks source link

About implementation details #67

Open konyul opened 1 year ago

konyul commented 1 year ago

The paper explains about implementation details that the weights of the image backbone network was frozen during training. So I wonder how the performance would be if the weights of the image backbone network was not frozen during training. have you ever tried to train the model without freezing the image backbone network?