Home

Awesome

<div align="center"> <img src="./assets/logo.png" width="30%"> </div> <h2 align="center"> :dragon_face: Stable-DINO: Detection Transformer with Stable Matching </h2> <div align="left">

PWC PWC

</div>

IDEA-CVR, IDEA-Research

Shilong Liu*, Tianhe Ren*, Jiayu Chen*, Zhaoyang Zeng, Hao Zhang, Feng Li, Hongyang Li, Jun Huang, Hang Su, Jun Zhu, Lei Zhang<sup>:email:</sup>.

(*) equal contribution, (<sup>:email:</sup>) corresponding author.

[Stable-DINO Paper] [Focal-Stable-DINO Report] [BibTex] [Code in detrex]

:sparkles: News

:bulb: Highlight

Performance

:open_book: Methods:

stable matching

memory fusion

:fries: Results:

<!-- - *Generalization* ![general](assets/generalization.png) -->

Run

Our code is implemented on detrex.

  1. Install detrex and data preparation

Please follow the detrex instruction for installation and data preparation.

  1. Training scripts

We provide a training example of Stable DINO R50. Refer to the detrex doc for more details

CUDA_VISIBLE_DEVICES=0 \
python tools/train_net.py \
    --config-file projects/stabledino/configs/stabledino_r50_4scale_12ep.py \
    --num-gpus 1 \
    dataloader.train.total_batch_size=4 \
    train.output_dir="./output/stabledino_r50_4scale_12ep" \
    train.test_with_nms=0.80 

:poultry_leg: Related Projects:

:avocado: Citing Stable-DINO

If you use Stable-DINO in your research or wish to refer to the baseline results published here, please use the following BibTeX entry.

@misc{liu2023detection,
      title={Detection Transformer with Stable Matching}, 
      author={Shilong Liu and Tianhe Ren and Jiayu Chen and Zhaoyang Zeng and Hao Zhang and Feng Li and Hongyang Li and Jun Huang and Hang Su and Jun Zhu and Lei Zhang},
      year={2023},
      eprint={2304.04742},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
@misc{ren2023strong,
      title={A Strong and Reproducible Object Detector with Only Public Datasets}, 
      author={Tianhe Ren and Jianwei Yang and Shilong Liu and Ailing Zeng and Feng Li and Hao Zhang and Hongyang Li and Zhaoyang Zeng and Lei Zhang},
      year={2023},
      eprint={2304.13027},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}