Background: We are students trying to implement vision-control in a vehicle that uses brushless DC motors. We recently received a Nvidia Jetson AGX Orin 32GB H01 kit from SEEED studio to achieve our objective. I want to use YoloP for object detection and lane tracking, but I encountered multiple problems.
Problem: After installing YoloP through GitHub, I tried to run the demo file, but there were issues with CUDA. I tried to check the CUDA version (nvcc --version), but the system responded with command not found. I tried to install Nvidia SDK manager, but the terminal responded with multiple dependencies that are unavailable and not installable.
Additionally, I have installed SDK manager through Virtualbox Ubuntu 22.04 on a laptop. But after logging in, it says “OOPS no SDKs are available for your account”. I am using a developer account so I would not think there are no SDKs available. I have yet to flash jetpack into the AGX Orin.
Is it likely that the root issue is not flashing the jetson with jetpack?
I recently made a new post after I was able to flash the jetson orin. Now I am facing a new issue while trying to use PyTorch.
Could you help me take a look? I would greatly appreciate it.
Link: Pytorch error installing, missing files