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

In jtop still cuda support No #73

Open
mertmirac13 opened this issue Mar 27, 2023 · 3 comments
Open

In jtop still cuda support No #73

mertmirac13 opened this issue Mar 27, 2023 · 3 comments

Comments

@mertmirac13
Copy link

I am a newbie and im using jetson nano for the first time and my problem is after compiling and installing cuda in jtop still cuda support says No. Is there a thing i should do after installation?

@lweingart
Copy link

Hi, I guess my issue is somewhat related to your.
I have a Jetson AGX Orin that has opencv 4.5.4 installed by default, without cuda support.
I used this repo on my other Jetson devices and it worked perfectly fine.
This time, the build and compilation went well, the script was executed without errors.

However, when I import cv2, it's still the old version that is used, I don't know why.
Additionaly, I cannot find a new cv2 directory (used to be created in /usr/local/lib)
I find a lot of libopencv* lib files there, created by this install script, but I don't know how to use the newly installed opencv version.

Anyone could help ?
Thank you very much in advance

Cheers

@lweingart
Copy link

Hi again,

I was actually able to solve my issue by applying the modifications suggested here: #67
As a summary:
add 8.6 to the -D CUDA_ARCH_BIN option
modify -D CUDNN_VERSION with 8.6 value
and add this option: -D PYTHON3_PACKAGES_PATH=/usr/lib/python3/dist-packages

The last option, however, will have this newly installed opencv overwrite the default one, which in my case was just perfectly fine with me.
Bye

@mertmirac13
Copy link
Author

mertmirac13 commented Apr 16, 2023 via email

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