PicQuery icon indicating copy to clipboard operation
PicQuery copied to clipboard

🔍 Search local images with natural language on Android, powered by OpenAI's CLIP model. / 在 Android 上用自然语言搜索本地图片 (基于 OpenAI 的 CLIP 模型)

Results 11 PicQuery issues
Sort by recently updated
recently updated
newest added

在我的测试中,搜索具有特定武器(比如弓箭)的角色图片时,CLIP模型效果明显低于MobileCLIP模型。CLIP模型返回的结果就好像“未理解弓箭这个概念”一样,MobileCLIP排在最开始的结果基本可以准确识别各类冷兵器。 此外,MobileCLIP模型的性能似乎比此次更新前(2024-11)的时候略有下降 可以考虑使用MobileCLIP模型作为默认选项,特别是MobileCLIPv2编码器似乎增加了GPU和多线程支持,优化后性能应该可以类似于当前的CLIP模型