tensorflow / models

Models and examples built with TensorFlow
Other
76.98k stars 45.79k forks source link

Retrieval questions and help #8781

Closed chhokarpardeep closed 4 years ago

chhokarpardeep commented 4 years ago

Hi @BasiaFusinska/@andrefaraujo

I have some questions regarding the retrieval process for the Delf model. Please consider the below scenarios.

How can we retrieve the landmark class corresponding to query images with matching scores?

Thanks, Pardeep

andrefaraujo commented 4 years ago

Sorry, I didn't understand your question exactly. Sounds like you are retrieving some images, then trying to infer the class that should be associated to the query image. In this case, you should use the labels from the top-ranked retrieved images to try to infer the label (like a kNN classifier?).