cure-lab / MagicDrive

[ICLR24] Official implementation of the paper “MagicDrive: Street View Generation with Diverse 3D Geometry Control”
https://gaoruiyuan.com/magicdrive/
GNU Affero General Public License v3.0
664 stars 40 forks source link

Some confusion about BEVFusion detection scores. #2

Closed Estrellama closed 11 months ago

Estrellama commented 1 year ago

Hi, I would like to express my appreciation for your outstanding work. I have some further questions regarding the BEVFusion detection scores.

I notice that in the first and third rows of table 2 in your paper, the bevfusion detection scores you show without data augmentation are much lower than those officially reported by bevfusion (https://github.com/mit-han-lab/bevfusion/). This is very confusing.

Thank you, and I look forward to your response! Best regards.

flymin commented 1 year ago

Hi, @enhuima.

Please find more detailed specifications in Appendix D. Since the bevfusion model seems to saturate quickly, we use different training epochs to show performance improvement. In short, the 2x in Table 6 should match their released configs, where we report the results from our reproduction.