You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I love the detrex project, such a great work! I am reading the DINO codes, and I have 2 questions about the denoising design:
When making the denoising query, it will pad some zero to make it a batch. But in the calculation, it seems the padded zero will be calculated in attention, because the attention mask does not consider the zero padding. Since the performance of DINO and DN-DETR are great, so it makes me think, how much would this design affect the network. Have you guys tried to consider this masking?
When doing contrastive denoising, the negative noise would be large, according to the code, there might be a change that there might be invalid negative boxes, because the w & h could be less than 0, is this also part of the plan?
Hi, I love the detrex project, such a great work! I am reading the DINO codes, and I have 2 questions about the denoising design:
detrex/projects/dino/modeling/dino.py
Lines 424 to 433 in 67f703b
The text was updated successfully, but these errors were encountered: