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: Parallelize dense feature extraction #120

Open
catid opened this issue Sep 10, 2023 · 2 comments
Open

Feature: Parallelize dense feature extraction #120

catid opened this issue Sep 10, 2023 · 2 comments

Comments

@catid
Copy link

catid commented Sep 10, 2023

This commit works: catid/pixel-perfect-sfm@89f487f

@sarlinpe
Copy link
Member

Are you running this on GPU? I'm unsure whether parallelizing calls on the same GPU is safe. If all images have the same size (which is most often the case), we could instead batch the inference - this is safer and more efficient.

@catid
Copy link
Author

catid commented Sep 15, 2023

Sounds good

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