Sense-GVT / Fast-BEV

Fast-BEV: A Fast and Strong Bird’s-Eye View Perception Baseline
Other
568 stars 85 forks source link

Simply project image features to BEV #80

Open Byte247 opened 3 months ago

Byte247 commented 3 months ago

Hello,

how can I use your code to very simply project a single set of image features e.g. of shape [batch_size, 6, 256, width, height] to the BEV space? I tried to understand it using your code, but since you do multi scales / temporal + augmentations it was a bit confusing. So it would be super nice some one could point me to the "minimal" necessary code used for this.