feifeiobama / OrthogonalDet

[CVPR 2024] Exploring Orthogonality in Open World Object Detection
24 stars 2 forks source link
incremental-object-detection open-set-object-detection

OrthogonalDet

Code for CVPR 2024 paper Exploring Orthogonality in Open World Object Detection.

OrthogonalDet

Requirements

Getting Started

Results

The following results were obtained with four NVIDIA 2080 Ti GPUs, using the checkpoints at this link.

Citation

If you find this code useful, please consider citing:

@inproceedings{sun2024exploring,
  title={Exploring Orthogonality in Open World Object Detection},
  author={Sun, Zhicheng and Li, Jinghan and Mu, Yadong},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={17302--17312},
  year={2024},
}

Acknowledgement

Our implementation is based on RandBox which uses Detectron2 and Sparse R-CNN.