Megvii-BaseDetection / BEVDepth

Official code for BEVDepth.
MIT License
684 stars 94 forks source link

key_idxes = [-1] in BEVDepth? #156

Open lukas-staecker opened 1 year ago

lukas-staecker commented 1 year ago

Hi,

I noticed that in the provided BEVDepth configs, key_idxes is set to [-1] (s. bev_depth_lss_r50_256x704_128x128_24e_2key.py). Does that mean that by default, these models will use a temporal fusion with one previous frame? In the paper I understand that you only use multi-frame fusion for test benchmark results, am I missing something?