ISeeNN icon indicating copy to clipboard operation
ISeeNN copied to clipboard

A CNN feature based image retrieval website

Results 4 ISeeNN issues
Sort by recently updated
recently updated
newest added

Hey, Your project seems quite interesting to me and I want to understand it. I need your help for local setup. Could you please provide your e-mail id or any...

Due to lack of state record of user query actions, the backend needs to perform ranking & re-ranking instead just re-ranking. This contributes to duplicate computations. Consider recording the result...

Since we use urllib to request image from image servers to the central server, sometimes the request fails and some exceptions are not handled. * Identify the exception * try...

Because currently we store user uploaded image and database image in different collections, too many codes heavily rely on condition statement as ``if from_db``. Current difficulty of unifying the two...