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

Compare Different Model #177

Open Hezey opened 1 year ago

Hezey commented 1 year ago

Hello, I'm having some issues due to my limited code capabilities How to plot the AP and Loss curves of different models on one graph? Can you provide the script? @HaoZhang534 @SlongLiu @FengLi-ust @rentainhe

SlongLiu commented 1 year ago

This function may be helpful: https://github.com/IDEA-Research/DINO/blob/main/util/plot_utils.py#L13