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

[question] Is only SIFT w/ GPU Acceleration Supported #2584

Open
aarenclwong opened this issue Oct 26, 2024 · 1 comment
Open

[question] Is only SIFT w/ GPU Acceleration Supported #2584

aarenclwong opened this issue Oct 26, 2024 · 1 comment

Comments

@aarenclwong
Copy link

I've been trying to speed up some of my feature extraction steps and it has taken a bit to test out due to large datasets, but just from batch latency, it looks like only SIFT has GPU acceleration support, and not any of the other flavors of sift or other descriptors. Curious if that was intentional, because it was hard to find if so in documentation, and if feature extraction and depth maps were the only two gpu accelerated steps currently supported on 23.1.

@natowi
Copy link
Member

natowi commented Oct 26, 2024

Implementing GPU acceleration in CUDA is a challenging task. Many of the other descriptors are powered by opencv. popsift (CUDA accelerated SIFT) was developed between 2015 and 2016 as part of a project funded by the EU. Having more GPU acceleration is something we all would like to have, but it would require dedicated time, funding and devs to implement.

Based on your profile you are Proficient in Python, C++, ROS, and algorithm development, - ideal knowledge to contribute to this project. You are most welcome to contribute. You can bring your own enhancement ideas or ask for an issue that is suitable for a first contribution. As pointed out here alicevision/AliceVision#1757 there are two GPU accelerated AKAZE projects, that could be added to AliceVision, and there are even some ML based feature detectors that would be a great addition to https://github.com/alicevision/MeshroomResearch If you need help to get started, feel free to ask :)

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

2 participants