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
336 stars 46 forks source link

Did you pretrain DETReg from scratch in Semi-supervised Learning experiment #35

Closed 4-0-4-notfound closed 2 years ago

4-0-4-notfound commented 2 years ago

In the Semi-supervised Learning experiment, you said "We pretrain DETReg (Deformable DETR) for 50 epochs on MS COCO train2017 without labels".

So, did you load the IN1K DETReg pretrain and then pretrain on COCO or just using SwAV as the pretrain and then pretrain on COCO ?

amirbar commented 2 years ago

No, just a single pretraining stage on MS COCO.