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

fix some bug in TransFusionHead class #90

Closed zzwalala closed 1 year ago

zzwalala commented 1 year ago

Code would encounter some problem when grid size in x-y plane/bev feature is not square-shaped. #85 #64 . This is caused by an error when initializing positional embeddings.