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

What happens when Imagenet pre-training is replaced with COCO pre-training in Table-1? #59

Closed rssaketh closed 1 year ago

rssaketh commented 2 years ago

Hi, Great work! I was just wondering how important is the imagenet pre-training in Table-1. What happens if we pre-train DETReg from scratch on MS-COCO train 2017 set and use that to compare against methods (pre-trained on ImageNet) in Table-1? Did you try that experiment? Is it worse than pre-training on ImageNet 1k? Is it because of fewer images or is it because of bad region proposals on scene centric datasets like COCO? Thanks

amirbar commented 1 year ago

I haven't tried that. But it might be worth trying.