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

Why the way of getting coco train dataset is using "build_dataset" rather than "build_selfdet"? #37

Closed Flyooofly closed 2 years ago

Flyooofly commented 2 years ago

image

amirbar commented 2 years ago

The coco dataset is intended for supervised finetuning whereas the coco_pretrain is intended for DETReg pretraining.