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.15k stars 232 forks source link

About class error & loss location #140

Closed casbar0322 closed 1 year ago

casbar0322 commented 1 year ago

I want to do some vistualization to DINO but just cant find the location of the 'class error' could you point out where is it? and thanks for excellent work!

HaoZhang534 commented 1 year ago

https://github.com/IDEA-Research/DINO/blob/main/models/dino/dino.py#L389

casbar0322 commented 1 year ago

thanks a lot!