-
Notifications
You must be signed in to change notification settings - Fork 111
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
Failed to build Superpoint engine. #174
Comments
Hello, I haven't developed programs on Windows before. The provided source code relies on APIs from libraries used on Ubuntu, and I'm not sure if they work the same way on Windows. |
Hi, it actually seems to be related to the 40 series GPU. (I am on a 4090). I think these cards require tensorrt 10. Is that possible? |
I have tested it on a 4080, and TensorRT 8.6 works properly. |
Strange. I wonder if it's a windows thing. With airvo I had no issues building on windows |
Okay @xukuanHIT i rebuilt everything and the engine is built! Yay! Now I have a new crash. Running the test feature application, the code crashes here: Line 160 in 2a23e66
If I comment out that line, it passes the function, if I leave it in, it crashes. I am using teh euroc dataset, everything default. What might be happening here? Thanks again! |
AH there was a problem with my windows conversion. I have test feature running now! Next step: visual odometry! |
Hi again, I have visual odometry running great, however when i run map refine, or relocation, I have a crash on loading the vocabulary file.
What version of boost should I be using? Can you think of anything that might cause this? Thank you. |
@antithing Hi, we use boost 1.71.0 on ubuntu. Can you confirm if the dictionary path is correct? |
Hi, and thank you for this code! I am compiling on Windows, with CUDA 12.1, TensorRT 8.6, and a RTX 4090 GPU.
When running the test_features application, I get
Error in SuperPoint building
triggered here:AirSLAM/src/feature_detector.cc
Line 24 in 2a23e66
Digging in more, this errors at:
AirSLAM/src/super_point.cpp
Line 23 in 2a23e66
What could this problem be?
I have tried upgrading to TensorRT 10, but I get a lot of compile errors.
Thanks!
The text was updated successfully, but these errors were encountered: