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

Weights/model .pth file for Swin-L + DINO pretrained on Objects365 and fine-tuned on COCO. #216

Open shivasv97 opened 1 year ago

shivasv97 commented 1 year ago

Hello Authors,

Do you plan on releasing the pretrained weights/model for the Swin-L + DINO model which achieved 63.1 AP on COCO val2017 dataset (result in Table 3, last row)

The google drive folder only the weights for Swin-L pretrained on Objects365 without the COCO finetuning (presumably). Could you also share the complete hyperparameter settings or config file for performing the COCO finetuning on the Swin-L + DINO model pretrained on Objects365 to achieve the reported performance in Table 3?