Image Matching Model?

Hi Everyone,

I am new to Tensorflow (beginner). I am researching solutions for a project i’m working on and was wondering if someone could point me in the right direction. I checked models at modelzoo and it was a bit overwhelming and so far did not find what i was looking for. It seems like a rather common use-case so thought there might already be something built with tensorflow for this, but maybe another tool is better suited?

Basically I want to match incoming photos taken by client with a database of photos and info.

Kind regards,
-M

You can start to play with something like:

https://tensorflow-prod.ospodiscourse.com/t/near-duplicate-image-search/4428?u=bhack

Check also this thread:
https://tensorflow-prod.ospodiscourse.com/t/tutorials-materials-for-fast-image-retrieval-tasks/2024?u=bhack

1 Like

Thank you, i will check these out.