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

how to speed up sequential dataset #124

Open
ericufatass opened this issue Oct 12, 2023 · 1 comment
Open

how to speed up sequential dataset #124

ericufatass opened this issue Oct 12, 2023 · 1 comment

Comments

@ericufatass
Copy link

Thanks for your amazing job. I have tried the demo, it did well. When I replace the datapath in demo file with my own dataset(which is built by slicing pics from a video, about 2000 imgs) ,the full pipeline cost a lot. Is there any way to speed up for my sequential dataset ? Or can u give me some advised param setting ? Thanks a lot🥹

@Phil26AT
Copy link
Collaborator

Hey @ericufatass

2000 images is quite a lot, and the demo matches pairs exhaustively, and you end up with over 1M pairs to match (thats completely unfeasible :D). Instead, you should create a pair shortlist, either based on image retrieval (only match each image to its 50 closest neigbors) or temporal information (try this PR, or one of the solutions listed there).

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