Im working on a Realsense intel camera to experiment with the YOLOv8. Im submiting my Python script, and along with that, I’m also attaching the site that I used to do my setup.
When I run my code I get: Traceback (most recent call last):
File “/home/nvidia/yolov8_rs/main.py”, line 17, in
pipeline.start(config)
RuntimeError: No device connected
This is really frustrating now. I think I’m on the point where I just want to quit. This has been the worst development and learning experience I even had.
Currently Im running the Jetpack 6.2 and other information can be seen in the image.
I try installing pytorch 2.3.0 with torchvision v0.18.0
While I install pytorch it said error but the last line said Successful. I have attach image please refer that.
While I was running the command for torchvision, I faced the below error, as shown in image. While installation, I put the version as v0.18.0. To resolve this, I try installing cuDNN from (cuDNN 9.7.1 Downloads | NVIDIA Developer)
Along with that I also try create symbolic link for libcudnn.so.8
sudo ln -s /usr/local/cuda/lib64/libcudnn.so /usr/local/cuda/lib64/libcudnn.so.8
and run: ls /usr/local/cuda/lib64/libcudnn*
I get: /usr/local/cuda/lib64/libcudnn.so.8