paucarre / tiefvision

End-to-end deep learning image-similarity search engine
Apache License 2.0
765 stars 186 forks source link

Database Creation is Super Slow #69

Open redzhepdx opened 6 years ago

redzhepdx commented 6 years ago

Hello thank you for great work. I have a dataset which contains 70k image and similarity database creation phase working so slow. I need to wait almost 323 days to create similarity database. It is creating feature map of image in dataset and comparing it with all other image's extracted feature maps.

Is there any faster thing or am I doing something wrong ?