streamlit-yolo icon indicating copy to clipboard operation
streamlit-yolo copied to clipboard

cuda not available in jetson Nano

Open Mirshal opened this issue 1 year ago • 3 comments

I'm trying to run through the GPU, I have all the cuda equipment installed properly but it is constrained in cuda no available, is there a certain version of cuda to be used in this code?

Mirshal avatar Nov 13 '24 07:11 Mirshal

Hi @Mirshal, Can you check this ?

python3 -c "import torch;print(torch.cuda.is_available());print(torch.cuda.get_device_name())"

naseemap47 avatar Nov 15 '24 05:11 naseemap47

thanks, this problem done to solving, but I have a problem when applying to a 16GB nvidia jetson nano orin nx system. The cuda is running, but CUDNN has problems displaying object counting statistics.

Mirshal avatar Nov 15 '24 14:11 Mirshal

Hi @Mirshal, JetPack will come with CUDA, TensorRT and cuDNN. I think there is no chance for a problem. Can you share more details about the problem, if possible.

naseemap47 avatar Nov 15 '24 18:11 naseemap47