Views
No views yet
| Model | Backbone | Aug | Dataset | box AP (val) | mask AP (val) | box AP (test-dev) | mask AP (test-dev) |
|---|---|---|---|---|---|---|---|
| Co-DETR | ViT-L | DETR | COCO | 65.3 | 56.2 | - | - |
| Co-DETR (+TTA) | ViT-L | DETR | COCO | 65.8 | 56.6 | 66.0 | 57.1 |
sh tools/dist_train.sh projects/configs/co_deformable_detr/co_deformable_detr_r50_1x_coco.py 8 path_to_expsh tools/slurm_train.sh partition job_name projects/configs/co_deformable_detr/co_deformable_detr_r50_1x_coco.py path_to_expsh tools/dist_test.sh projects/configs/co_deformable_detr/co_deformable_detr_r50_1x_coco.py path_to_checkpoint 8 --eval bboxsh tools/slurm_test.sh partition job_name projects/configs/co_deformable_detr/co_deformable_detr_r50_1x_coco.py path_to_checkpoint --eval bbox1@inproceedings{zong2023detrs,
2 title={Detrs with collaborative hybrid assignments training},
3 author={Zong, Zhuofan and Song, Guanglu and Liu, Yu},
4 booktitle={Proceedings of the IEEE/CVF international conference on computer vision},
5 pages={6748--6758},
6 year={2023}
7}