RLIPv2 icon indicating copy to clipboard operation
RLIPv2 copied to clipboard

[ICCV 2023] RLIPv2: Fast Scaling of Relational Language-Image Pre-training

Results 5 RLIPv2 issues
Sort by recently updated
recently updated
newest added

Hi, Fantastic work and thanks for releasing the codebase! I noticed that your evaluation on Open Images seems different from other approaches. You are computing the mean per GT triplet,...

good first issue

Thanks for your brilliant work! I'm wondering if the model can detect all objects, such as a 'grounding dino'?

good first issue
question

Hi. Thanks for your great work! Is there a demo code that runs the model on single image, and visualize the bbox and the interactions? I want to run on...

Hello, Excellent work! I'm trying to adapt it to another dataset, but I am struggling to find out how to load pretrained weights. Specifically, I'm looking at the fully fined-tuned...

Hi, when i run the folowing code in colab :!python3 /content/v-coco/RLIPv2/main.py --hoi --dataset_file vcoco --hoi_path /content/v-coco/data/annotations --coco_path /content/v-coco --output_dir /content/outputs --epochs 50 --batch_size 2 --num_queries I get the error that:...