You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
Currently, frames are registered directly against all features using the hnsw crate. This is effective, but it is not sufficiently fast for realtime application. One technique that would be important to add is bag of words (BoW). Typically, in this approach the frame is segmented into chunks and the features within those chunks are dimensionally reduced and treated as visual words for the purposes of BoW.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, frames are registered directly against all features using the
hnsw
crate. This is effective, but it is not sufficiently fast for realtime application. One technique that would be important to add is bag of words (BoW). Typically, in this approach the frame is segmented into chunks and the features within those chunks are dimensionally reduced and treated as visual words for the purposes of BoW.The text was updated successfully, but these errors were encountered: