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

Which dateset did you use in the fewshot experiment, coco2014 or coco2017? #43

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

4-0-4-notfound commented 2 years ago

Which dateset did you use in the fewshot experiment, coco2014 or coco2017?

amirbar commented 2 years ago

coco2014, based on the setting here. The dataset was created using seed = 0 which is one of the seeds used in that work.