Megvii-BaseDetection / BEVDepth

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

Questions for BEV features and voxel pooling #161

Open DianCh opened 1 year ago

DianCh commented 1 year ago

Hi @yinchimaoliang @ZRandomize ! Thank you for releasing this wonderful work. I have some questions for the BEV features and voxel pooling:

  1. What's the coordinate mapping between the ego frame and the cells BEV features with shape (B, 80, I=128, J=128)? Is it increasing index i means +y and increasing index j means +x? Also, is the ego coordinate system using +x pointing forward and +y pointing to the ego vehicle's left side?
  2. Does the voxel pooling support 3D features with the Z dimension?

Thank you very much in advance!