GenerateU
GenerateU copied to clipboard
[CVPR2024] Generative Region-Language Pretraining for Open-Ended Object Detection
您好,请问能否开源单张图片的推理及可视化代码呢?
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...
can you tell me how can load it? thx
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?  Thanks
It is a interesting work. When I just evaluate the pretrained model from the author provided, I get the lower results:  Is there any wrong for testing process? Can...