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
642 stars 77 forks source link

fix some bug in TransFusionHead class #90

Closed zhiwei-zzz closed 1 year ago

zhiwei-zzz 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.