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

infer on the image 1920*1280, output boxes coordinates have errors #137

Open skyfallsss opened 1 year ago

skyfallsss commented 1 year ago

Which size of input images can work on the dino

HaoZhang534 commented 1 year ago

You should use "data_aug_scale_overlap" to control image size. For example, you can set data_aug_scale_overlap=1.5.

skyfallsss commented 1 year ago

Thanks,so need I need to retrain on the model?

HaoZhang534 commented 1 year ago

You can finetune on large images for some epochs, and then infer on large images.