TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Proper implementation of image to image search

3 点作者 bigintmike10 天前
I have a few questions on how to implement a demo for most up-to-date image to image search. It will do single real-time queries and search over a very large database (millions of images).<p>Below is a breakdown of what I got planned so far and I am looking for your feedback and recommendations.<p>Models: I am considering dinov2-base or SigLIP-S even OpenCLIP ViT-B&#x2F;32.<p>Storage and indexing: Probably Qdrant (self-host), would consider FAISS too if large memory was not a requirement.<p>Input problems: I have images of various sizes and aspect ratios and all are fairly large (no thumbs). Which preprocessing would you recommend me? Cropping a square in the center, resizing to a square and ruining proportions, padding to a square and resizing? I am worried that padding will impact accuracy of the search.<p>Deployment: I&#x27;ll do the embedding calculations on my local machine but would like to hear suggestions for price-efficient online hosting of the inference model.<p>Thank you.

暂无评论

暂无评论