SuperZ-Liu / PolarBEV

The offical code of PolarBEV (CoRL2022).
MIT License
54 stars 3 forks source link

hi, when will the code be released? #2

Closed lizechng closed 1 year ago

lizechng commented 2 years ago

Hi,I am very interested in your excellent work. When will you be able to open source the complete code? or, could u give a more detailed description about the

3.2 Polar Rasterization and Rearrangement

The multi-view images are passed to a shared CNN block to extract features, and the extracted features, i think, may be HxWxC. How do u transform the extracted image features into Polar BEV?

look forward to your advise.

SuperZ-Liu commented 2 years ago

The code is being arranged and will be released this week or next week. As for the section 3.2, the bev features is first inited with query embedding and rearranged to the array-like rectangular representation. The transformation from image view to bev is described in section 3.4. we get each polar grid features by sampling features from the correspoding image features with the projected points on each image view.

lizechng commented 2 years ago

Thx!