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

question regarding FAISS databse #1

Open
OhmaAllen opened this issue Feb 23, 2025 · 2 comments
Open

question regarding FAISS databse #1

OhmaAllen opened this issue Feb 23, 2025 · 2 comments

Comments

@OhmaAllen
Copy link

Hi Mr PsyChip,
I have a quick question regarding the useage of FAISS to find similar objects in machina project. I noticed in the current version all code about Vdb has been commented out. and the current logic to find similar object is to use the bounding box similarity. So is Vdb function still under construction or it can already be used if just uncomment the Vdb code.
Best,
OhmaAllen.

@PsyChip
Copy link
Owner

PsyChip commented Feb 23, 2025

yes, removed it from current version. in my experiments FAISS starts to dragging after 2-3k records. my goal is keep the stream delay under 50ms, you can simply uncomment if you don't care about that.

@OhmaAllen
Copy link
Author

Thank you for your response! just to make sure the current version is using bounding box similarity and 2.5 seconds as a refreshing time to check if the same car is the same right?
That is a really amazing project btw!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants