IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.19k stars 243 forks source link

maybe a typo in dn_components.py #263

Open CristinaZN opened 3 months ago

CristinaZN commented 3 months ago

Hi, At line 81 to line 82

diff[:, :2] = known_bboxs[:, 2:] / 2 , diff[:, 2:] = known_bboxs[:, 2:] / 2

is this a typo?