ovdet icon indicating copy to clipboard operation
ovdet copied to clipboard

[CVPR2023] Code Release of Aligning Bag of Regions for Open-Vocabulary Object Detection

Results 18 ovdet issues
Sort by recently updated
recently updated
newest added

thank you for your work when I implement the code ![image](https://github.com/wusize/ovdet/assets/56675294/0a63ea85-d413-4896-a869-004978de3a14) I meet the error 'CocoCaptionDataset is already registered in dataset at mmdet.datasets.coco_caption' ![image](https://github.com/wusize/ovdet/assets/56675294/7dbb033f-ff37-4dad-b35a-9ee87aadc624) and I don't know how to...

Hi, thanks for your excellent work. I am reading the code of this project but the difference between clip_text_features and clip_word_tokens in this [line](https://github.com/wusize/ovdet/blob/c67eecf11db35a7cbe020298572654506cfdff3e/ovdet/methods/baron/baron_kd.py#L206C37-L206C37): ``` clip_text_features, clip_word_tokens = \ text_encoder.encode_pseudo_text(pseudo_text,...

Hello, I'm sorry to bother you, may I ask how to deduce this project of ovdet? It is a visual representation of a single image for object detection. There is...

Hello, I noticed that you are participating in the Open World Object Detection Contest 2023, can you explain how the dataset given by this contest is trained on the OV-DET...

Hi, size. I‘m using my own dataset to recurrent your work. I noticed you used slurm for training. But for me, I only can use distributed training with dist_train.sh to...

Hi, I am appreciated your fantastic work. I want to use my own dataset (COCO format) for training or model fine-tuning, what should I do. Thanks!

Hello I was wondering if there is information on the GPU count, batch size, and GPU type for the results reported in the paper. Thanks!

Could you please let me know what are the running parameters for the two files dist_test.sh and dist_train.sh, and how can we make the code run on Pytorch? What are...