We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望作者大大及其它大佬能优化一下 作者没做持久化处理,也就是说关掉了就要重新扫描一遍图库,而且搜索结果只能出来一张图片,更接近demo
The text was updated successfully, but these errors were encountered:
我这个一开始做就是demo性质的,按照你的描述是想要完善到应用级别,这个我没有计划做。对于你想要的持久化处理,你可以去看一下faiss,用向量数据库把图库的特征都存起来。而对于你想要的返回多少图像,其实就是返回top几的问题,目前的代码是返回top1的,你可以自己改成多返回,当然如果你用了faiss的话,faiss就有比较和topk返回的功能。总结,其实你就是缺一个向量数据库来托管图库的特征数据而已。
Sorry, something went wrong.
No branches or pull requests
希望作者大大及其它大佬能优化一下
作者没做持久化处理,也就是说关掉了就要重新扫描一遍图库,而且搜索结果只能出来一张图片,更接近demo
The text was updated successfully, but these errors were encountered: