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

Is GPU Mandatory to run this project #1

Open
sunstarchan opened this issue Apr 10, 2020 · 2 comments
Open

Is GPU Mandatory to run this project #1

sunstarchan opened this issue Apr 10, 2020 · 2 comments

Comments

@sunstarchan
Copy link

As I see afm using cuda, so is GPU mandatory to run this project. Is there a way to run it on CPU?

Thanks

@levenberg
Copy link
Owner

Hi @sunstarchan,

Thank you for your interest.

GPU is only for the 2D line detection from the video stream. Currently, the state-of-the-art 2D line detection methods are based on deep learning, which can guarantee the best performance in both accuracy and speed. For the 2D-3D pose tracking, GPU is not necessary. You can try other non-learning 2D line detection method to replace the afm package (such as LSD, TPAMI 2008), it can run in realtime but add outlier 2D-3D correspondences.

@sunstarchan
Copy link
Author

@levenberg Thanks for your quick answering. I'll try to use other 2D line detection method to run the project on CPU. I'll get back for your reference when meeting some issue.

Thanks

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