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

how to visualize the results on DINO-4scale with Swin-L #115

Closed skyfallsss closed 1 year ago

skyfallsss commented 1 year ago

how to visualize the results on DINO-4scale with Swin-L

HaoZhang534 commented 1 year ago

You can use inference_and_visualization.ipynb for visualization. You need to change the config file and the checkpoint file into those of the Swin-L model.

skyfallsss commented 1 year ago

I will take a try.