GPT4Point
GPT4Point copied to clipboard
Question about the neg samples
https://github.com/Pointcept/GPT4Point/blob/3ed52d940d9c8e7d2b505bce7ce311586a48111c/lavis/models/gpt4point_models/gpt4point_qformer.py#L156-L183
The neg_idx
seems to select the most similar point sample for each text sample, and the most similar text sample for each point sample.
Why the "most similar" instead of "least similar"?