CoDet icon indicating copy to clipboard operation
CoDet copied to clipboard

(NeurIPS2023) CoDet: Co-Occurrence Guided Region-Word Alignment for Open-Vocabulary Object Detection

Results 6 CoDet issues
Sort by recently updated
recently updated
newest added

Thank you for your great work. Do you have any plan to support model conveting implementation for onnx ?

Dear author, thank you very much for your excellent work. I have a question that I would like to ask you. Is the classifier designed to calculate the cosine similarity...

When I was reproducing the results on OV-LVIS, I found the default config(e.g., r50 ov-lvis) makes the text guidance to be False. I am wondering if this is a mistake...

Is the RPN in the model trainable? Is it class-agnostic? How does it learn?

### I encountered this problem when running the following script ``` python demo.py --config-file .\configs\CoDet_OVCOCO_R50_1x.yaml --input ..\VLDet\heatmap_inputs\000000059598.jpg --output .\demo_outputs\ --vocabulary co co --opts MODEL.WEIGHTS .\models\CoDet_OVCOCO_R50_1x..pth ``` ``` Traceback (most recent...

Hello! I've recently been trying to use your model, but I'm encountering some issues when loading the weights. I'd really appreciate it if you could take a quick look for...