MonoDETR icon indicating copy to clipboard operation
MonoDETR copied to clipboard

object queries input problem

Open yangfan293 opened this issue 1 year ago • 0 comments

Hello, you mentioned in your paper that "object queries into Q and the depth embeddings into K and V by linear layers" in your cross-attention, But I see in your open source code that object queries are entered directly into self.cross_attn_depth after nn.embeding. Neither object queries nor the depth embeddings go through a linear process layers, is there something wrong with me? Thank you for your time.

yangfan293 avatar Mar 21 '23 04:03 yangfan293