图像检索

#10
by cabbagewust - opened

请问下这个模型输出的特征适合直接拿来做图像检索吗? 需要再通过何种方式训练下吗?

OpenGVLab org

这个模型权重是通过next token loss增量预训练得到的,不能直接将输出的特征用于图像检索;如果想要用于图像检索,需要用类似CLIP的方式再训一下,尤其是要训一个CLIP的attention pooling head.

czczup changed discussion status to closed

Sign up or log in to comment