Sense-GVT / Fast-BEV

Fast-BEV: A Fast and Strong Bird’s-Eye View Perception Baseline
Other
567 stars 85 forks source link

Wrong CenterPoint configs #85

Open Byte247 opened 3 weeks ago

Byte247 commented 3 weeks ago

Hello, I just noticed that you pillar based centerpoint configs have the wrong number of PFE layers. Your have only a single [64] layer. This is correct for PointPillars, however as you can see in the original CenterPoint github, they use two PFE layers [64,64].

This results in a major performance drop on your version, which is important if someone wants to train their own comparison baselines using your Repo.