Skip to content

replicate/cog-codet

Repository files navigation

Cog-CoDet

Cog wrapper for CoDet. This is an implementation of the original work's GitHub repository, see Replicate model page for the API and demo.

Basic Usage

To run a prediction:

cog predict -i image=@examples/1.jpeg -i confidence=0.5

To start your own server:

cog run -p 5000 python -m cog.server.http

References

@inproceedings{ma2023codet,
  title={CoDet: Co-Occurrence Guided Region-Word Alignment for Open-Vocabulary Object Detection},
  author={Ma, Chuofan and Jiang, Yi and Wen, Xin and Yuan, Zehuan and Qi, Xiaojuan},
  booktitle={Advances in Neural Information Processing Systems},
  year={2023}
}

Releases

No releases published

Packages

No packages published

Languages