Open sherylwang opened 1 year ago
In spatial_cross_attention.py has if query_pos is not None: query = query + query_pos it's the same as the TSA part.
Thanks for reply. When run bevformer_base, I found query_pos is always None in SCA. Is that right?
Hi,
The paper mentions the presence of learnable positional embeddings for BEV queries. However, I couldn't find the usage of positional embedding in the spatial cross attention. Can you please point it out for me?
Best Regards,