-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using MAP-I to fish out spatial co-ordinates #3
Comments
Thank you for your question. |
yes exactly! I am looking into feature position pairs in Q that matched with F! I tried a test via binding co-ordinates to Q, it seems possible but it is cluster of hits in Q. Then I need to do some clustering like k-mean! smaller features I can encode for interested patterns! Then I believe result will have good portions of hits to make cluster and easy to weed out any spares hits! Thats approach I am looking into now Note: I am trying to avoid sliding window and selective search, because they are costly! |
Sorry for the late reply. I hope this somehow answers the question. |
Imagine, I put together good face HD profile and keep it in my associative memory! Currently I am building query vector from a image with spatial co-ordinates of each feature bind to its HD. If now bind my face HD profile with query vector! Is there a way to extract spatial co-ordinates of features that matches with face profile HD?
Sorry If I bothered with my questions 🙏
The text was updated successfully, but these errors were encountered: