BEVFormer
BEVFormer copied to clipboard
Indexes for batch_size >= 2 in spatial_cross_attention.py
https://github.com/zhiqi-li/BEVFormer/blob/df4023928133d3aa56c96c8185b66f15511bd86e/projects/mmdet3d_plugin/bevformer/modules/spatial_cross_attention.py#L137-L142 It seems to generate indexes for each batch per camera? Add an extra For-Loop?
https://github.com/zhiqi-li/BEVFormer/blob/df4023928133d3aa56c96c8185b66f15511bd86e/projects/mmdet3d_plugin/bevformer/modules/spatial_cross_attention.py#L137-L142 It seems to generate indexes for each batch per camera? Add an extra For-Loop?
same questions, any idea or explanation for these lines? which seems like a bug? @whai362 @zhiqi-li @daijifeng001
https://github.com/zhiqi-li/BEVFormer/blob/df4023928133d3aa56c96c8185b66f15511bd86e/projects/mmdet3d_plugin/bevformer/modules/spatial_cross_attention.py#L137-L142 It seems to generate indexes for each batch per camera? Add an extra For-Loop?
same questions, any idea or explanation for these lines? which seems like a bug? @whai362 @zhiqi-li @daijifeng001
I got same question with you. Do you solve it? Can you explain the function that you solve this? Please and Thanks!