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.16k stars 234 forks source link

how to save the evaled pictures ? #84

Closed skyfallsss closed 2 years ago

skyfallsss commented 2 years ago

How to save the evaled pictures? I want to see the results after using the trained model.

FengLi-ust commented 2 years ago

Pass savedir to the visuilizer will work.

oooyc commented 8 months ago

How to save the evaled pictures? I want to see the results after using the trained model.

Hey, body. Have you solve this problem? I also want to save the evaded pictures, but I don't know where to start. Thank you so much if you could tell me about it.