GenerateU icon indicating copy to clipboard operation
GenerateU copied to clipboard

[CVPR2024] Generative Region-Language Pretraining for Open-Ended Object Detection

Results 15 GenerateU issues
Sort by recently updated
recently updated
newest added

您好,请问能否开源单张图片的推理及可视化代码呢?

Interested in your work. Thank you very much for it. I would like to compare with results of other model as qualitative. Can I know your plans for this?

@clin1223 Hi, thanks for your significant work! We want to reproduce the COCO zero-shot results In Table 3. We generate the text embeddings via clip-vit-large-patch14-336. We replace the ZERO_SHOT_WEIGHT with...

Thanks for your excellent work. Due to limited resources, I would like to learn the part of training detection head from multi-modal large model initialization. Please kindly transfer a code...

When I run **pip3 install -r requirements.txt**, I get the following error: **ERROR: Invalid requirement: -e . --user pip3: error: no such option: --user** I would appreciate a solution, if...

File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/linear.py", line 114, in forward return F.linear(input, self.weight, self.bias) torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 496.00 MiB. GPU 0 has a total capacty of 14.75 GiB of...

Hello, Thanks for the good work. I was trying to reproduce the results on LVIS but getting different number. Can you please check this? ![image](https://github.com/FoundationVision/GenerateU/assets/57230039/ed1b3422-3b7e-4399-96c2-08acbb363b8c) Thanks

It is a interesting work. When I just evaluate the pretrained model from the author provided, I get the lower results: ![image](https://github.com/FoundationVision/GenerateU/assets/57434913/9e56c85f-5361-4ed5-9664-3022653f5f28) Is there any wrong for testing process? Can...