DETR.detectron2 has been deprecated. Please see our new implementation based on cvpods, which is more user-friendly.
- Install cvpods from here
cd detr.res50.c5.coco.multiscale.150e.bs16
pods_train --num-gpus 8
config | COCO AP | Paper | Checkpoint |
---|---|---|---|
detr.res50.c5.coco.multiscale.150e.bs16 | 38.8 without RC | 39.5 with RC | LINK |
"RC" means RandomCrop, it brings about 1% AP improvements accroding to paper.