simple_bev icon indicating copy to clipboard operation
simple_bev copied to clipboard

Detailed information on 2D-BEV using bilinear sampling

Open hitbuyi opened this issue 1 year ago • 4 comments

In the paper, little information is given on how to perform bilinear sampling during 2D-BEV transfer, anyone can explain it more detailedly?

hitbuyi avatar Jul 05 '23 09:07 hitbuyi

I also have this question

LiuLiu-55 avatar Jul 19 '23 09:07 LiuLiu-55

I have the same question, do you have any new insights on this place?

xiaowhite-22 avatar Jul 25 '23 06:07 xiaowhite-22

Hi everyone,

Hope I can help.

It happens here: https://github.com/aharley/simple_bev/blob/main/nets/segnet.py#L420-L424

The key idea is: for each 3D coordinate in a volume, project that to the feature maps computed for the images, and take a bilinear sample from each one.

Please do ask more questions (at any level of detail) if there's more confusion.

Thanks, Adam

aharley avatar Jul 31 '23 21:07 aharley

@aharley Can you

Hi everyone,

Hope I can help.

It happens here: https://github.com/aharley/simple_bev/blob/main/nets/segnet.py#L420-L424

The key idea is: for each 3D coordinate in a volume, project that to the feature maps computed for the images, and take a bilinear sample from each one.

Please do ask more questions (at any level of detail) if there's more confusion.

Thanks, Adam

Hi @aharley , Can you share a simple diagram or an example of how the entire process works?

PaulSudarshan avatar Dec 21 '23 08:12 PaulSudarshan