Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Reverse image search based on image hashes #821

Closed
1 task done
zamanmub opened this issue Oct 21, 2021 · 4 comments
Closed
1 task done

[FEATURE]: Reverse image search based on image hashes #821

zamanmub opened this issue Oct 21, 2021 · 4 comments
Assignees

Comments

@zamanmub
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

My team wanted to search image similarity based on hashes. I couldn't find any tutorial or documenation for it

Describe the solution you'd like

A Jypyter Notebook based tutorial to get started. Since Milvus doesn't support string types, converting hashes to binary vector is the way to go

Describe alternatives you've considered

A Docker deployable solution

Anything else?

N/A

@zamanmub
Copy link
Contributor Author

/assign @generalZman

@shiyu22
Copy link
Contributor

shiyu22 commented Oct 22, 2021

@generalZman That's a good idea, and which image hash do you think is better? Actually, you only need to modify the encode function to hash in the jupyter, and when inserting Milvus with DataType.Binary and Hamming metric_type. For more details, you can refer to this example by searching binary.

So can you contribute the function of image hashing to Bootcamp? We will welcome you to become a member of the Milvus Bootcamp community.

@zamanmub
Copy link
Contributor Author

@shiyu22 Thanks for the pointers. I am working on it now as part of Hacktoberfest. I will be using pHash for the tutorial.

@shiyu22
Copy link
Contributor

shiyu22 commented Nov 1, 2021

closed by #858

@shiyu22 shiyu22 closed this as completed Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants