-
Notifications
You must be signed in to change notification settings - Fork 137
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
Running on Jetson Nano? Maxwell 128 cores? #3
Comments
Thanks! Haven't gotten a Jetson Nano yet :( |
Hi !
So when I run this package, I get an error saying that my opencv does not have cuda support. |
The problem has been solved, this is cv_bridge and opencv compatibility issues |
Could you tell me how you solve this problem? I face the same one, successful compiled but the package throws an error that the opencv in my ros does not have cuda support. But I DO have opencv in cuda version. Thanks! |
You need to find the cv_bridge source code from https://github.com/ros-perception/vision_opencv and clone it to your ros workspace. Then modify the cv_bridge CMakelist. Let the cv_bridge find your CUDA version opencv. Finally, catkin_make, problem solved |
Gotcha! Thanks |
This is great information! I should just go buy a Nano and try it myself. @YuyingJin0111 Do you have it running? Does it work well. What kind of resources does it use? CPU cores and %? GPU%? Memory? Thanks! |
@PaulKrush On the euroc data, my measured performance is not good. There is a big delay, I have not solved this problem. But I implemented GPU acceleration on Vins-Mono and had a better real-time performance. |
Have you set your board to the max performance? |
Euroc bag is over. |
I also encountered this problem.on my computer, not using GPU acceleration, but faster.I track the image both with and not with GPU acceleration simultaneously.this is code
|
Turning on high performance on TX2 can achieve real-time, but I compared the GoodFeaturesToTrack of CPU and GPU and found that the feature points extracted by CPU are generally more than GPU. Does anyone compare this? @pjrambo |
@pjrambo, Sorry, I have yet to try VINS-Fusion-gpu on the Jetson Nano. |
Hi, I managed to installed vins-fusion-gpu on Nvidia Jetson Nano, |
Hi, thank you for your work, I put GPU acceleration of Vins-Fusion-GPU on Vins-Mono. However, the following error occurred when running. Do you know how to solve it? |
Cool Repo! Do you think VINS-Fusion will run well on a Jetson Nano?
The text was updated successfully, but these errors were encountered: