amirbar / DETReg

Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
https://amirbar.net/detreg
Apache License 2.0
334 stars 46 forks source link

Pretrained model on ImageNet-1K #13

Closed hanoonaR closed 3 years ago

hanoonaR commented 3 years ago

Hi, Thank you for sharing your great work. I am conducting a study on the features of DETReg, and wanted to explore the performance with the pretrained model trained on the full ImageNet. I was wondering if you could share an ImageNet-1K pretrained model?

Thank you

amirbar commented 3 years ago

Hi @hanoonaR,

This model was pretrained on IN-1k: https://github.com/amirbar/DETReg/releases/download/1.0.0/checkpoint_imagenet.pth

hanoonaR commented 3 years ago

Many thanks!