Rethinking Transformer-based Set Prediction for Object Detection
October 12, 2021 ยท View on GitHub
Here are the code for the ICCV paper. The code is adapted from Detectron2 and AdelaiDet.
All the model are trained on 4 V100 GPUs.
Prerequisites
Modify the environment name and environment prefix in environment.yml and run
conda env create -f environment.yml
git clone https://github.com/facebookresearch/detectron2.git
cd detectron2
git reset --hard b88c6c06563e4db1139aafbd6d8d97d1fa7a57e4
pip install -e .
Rreproducing Results
For TSP-FCOS,
bash tsp_fcos.sh
For TSP-RCNN,
bash tsp_rcnn.sh
Citation
@InProceedings{Sun_2021_ICCV,
author = {Sun, Zhiqing and Cao, Shengcao and Yang, Yiming and Kitani, Kris M.},
title = {Rethinking Transformer-Based Set Prediction for Object Detection},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2021},
pages = {3611-3620}
}