Megvii-BaseDetection / BEVDepth

Official code for BEVDepth.
MIT License
730 stars 101 forks source link

Why Depthnet need take bda into account? #177

Open pdoublerainbow opened 1 year ago

pdoublerainbow commented 1 year ago

bda does not alter the input image or the ground truth depth; it only transforms the box ground truth in bev space. Therefore, it is sufficient to apply the transformation only to the BEV features recovered from LSS. Cloud anyone give me some help abount the reason,Thanks.