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 compute ICP using CUDA by C++ on Windows10? #6826

Open
3 tasks done
JeongJunLee opened this issue Jun 12, 2024 · 0 comments
Open
3 tasks done

How to compute ICP using CUDA by C++ on Windows10? #6826

JeongJunLee opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@JeongJunLee
Copy link

Checklist

My Question

On Windows10,
with C++,
with open3D version 0.17 (or 0.18),
I could successfully build open3D from source with cmake flag "CUDA Support = ON".

But, I do not know how to compute ICP using CUDA (GPU) while I am trying to do Generalized-ICP (from example source code).

I read point cloud data from file.
By default, ICP computation is done by CPU, and the result is good.
But I do not know how to do it by CUDA.

Please, can anyone help or guide me to use CUDA in computing ICP?
I will be really grateful.
Thanks in advance~

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

No branches or pull requests

1 participant