willard-yuan / SeetaFaceLib

:peach: SeetaFace for Xcode and Qt
GNU General Public License v3.0
76 stars 36 forks source link

这个可以拿来做相似图片搜索吗?用到的模型是不是要重新训练? #3

Closed txsniper closed 5 years ago

txsniper commented 6 years ago

RT

willard-yuan commented 6 years ago

@txsniper 可以用来做相似搜索,模型是需要替换的,因为这个是人脸识别模型。我自己写了个相似图片搜索的qt程序,不过目前只完成了界面展示逻辑,后台检索模型等还在开发中。

willard-yuan commented 6 years ago

目前基于相似或相同搜索的界面展示是这样的 image

如果你有兴趣的话,欢迎加入进来开发这个。