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

Can I use GPU to speed up this project? #563

Open
kjkim-kr opened this issue Mar 16, 2020 · 2 comments
Open

Can I use GPU to speed up this project? #563

kjkim-kr opened this issue Mar 16, 2020 · 2 comments

Comments

@kjkim-kr
Copy link

Hello,
I'm using this project on my machine with GTX-1080ti GPU,
but this project seems to use only cpu resources.
Compute-Depthmap takes most of time during all process,

So I want to improve the speed of [Computing depthmap for images... with PATCH_MATCH_SAMPLE] by using GPU,

Are there any points in dense.py to apply the gpu?

@pierotofy
Copy link
Contributor

Hey @kjkim-kr ✋ currently there's no GPU support in OpenSfM. Contributions toward implementing GPU support are welcome, however.

@cojosef96
Copy link

Hey @kjkim-kr , I implemented GPU support for the OpenSFM repository, It can be found here #623 feel free to check it.

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

No branches or pull requests

4 participants