MaskDINO
MaskDINO copied to clipboard
Is this a bug?
https://github.com/IDEA-Research/MaskDINO/blob/30127d0de1e68349e4b3615e822123d1040e201f/maskdino/modeling/transformer_decoder/maskdino_decoder.py#L246 Noticed this line was not divided by 2
No. diff is a matrix that defines the largest noise that can be added to each corrdinates. diff[:, 2:] is the w, h noise, which is the same as the original w, h, so we do not change them.