Open hitbuyi opened 7 months ago
in detr3d_head.py,
if not self.as_two_stage: self.query_embedding = nn.Embedding(self.num_query, self.embed_dims * 2)
why self.embed_dims multiplfies *2? what's the meaning here?
I guess it initializes object query like DETR.
in detr3d_head.py,
why self.embed_dims multiplfies *2? what's the meaning here?