RepoReplicateReplicatepublished Nov 14, 2023seen 5d

replicate/cog-codet

Python

Open original ↗

Captured source

source ↗
published Nov 14, 2023seen 5dcaptured 10hhttp 200method plain

replicate/cog-codet

Description: Cog wrapper for CoDet

Language: Python

License: Apache-2.0

Stars: 2

Forks: 0

Open issues: 0

Created: 2023-11-14T16:53:44Z

Pushed: 2023-11-17T14:05:53Z

Default branch: main

Fork: no

Archived: no

README:

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}
}