Closed urbaneman closed 7 months ago
Hi @urbaneman K is the number of categories in each image. Given an image with three categories A, B, and C, then we will extract three visual prompt embeddings for each category.
I got. As I understand it. This paper seems to have a very large workload. THANKS for your great work.
when there is multiple gt bboxs for each category, select one randomly?
@lyf6 For each category, we will randomly select 1 to N gt boxes as visual prompts. N = len(boxes)
thank you for your reply. when select 1 to N gt boxes as visual prompts, the infonce loss will be different from your paper version?
What do you set K in L_algin?
Visual Prompts only choose once of every different categories? Is this correct?