You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's correct. In the official BEVFormer paper, the authors trained two versions: BEVFormer and BEVFormer-S. The BEVFormer-S is trained without temporal information, i.e., video_test_mode=False for both training and testing. You can find more details here.
However, since we couldn't find the training configuration and checkpoint of BEVFormer-S, we opted to use the BEVFormer checkpoint and turn off video_test_mode during testing. This might cause a discrepancy between training and testing, as evident from the lower performance of BEVFormer-non-temporal compared to the official results. We might try to reproduce this version and update the checkpoint in the future if possible.
Following configs are the same. How did you test non-temporal model?
Temporal config:
Non-temporal configs:
The text was updated successfully, but these errors were encountered: