Hi! I’m new to using the Jetson Nano, ZED-SDK, and Linux as a whole, so I’m a bit unfamiliar with a lot of things.
After installing the ZED-SDK and connecting a ZED 2i camera (works fine with the ZED Explorer) I went to try out the PyTorch_Yolov5 custom detector on their GitHub. Following the installation directions, the camera is initialized and a new screen pops up. Unfortunately, this screen is just black and the Jetson Nano struggles performance-wise as I can barely move the mouse and keyboard.
I was wondering if I could do anything to the detector.py code-wise (or anything else really) to at least get it working. There are no error messages that pop up in terminal and it’s just stuck on “Fusing Layers”. Feel free to request any info needed.
On the other note, these are things that I did before running the custom detector.
-
I flashed Ubuntu 20.04 on a microSD and inserted into the Jetson Nano which is not supported. (GitHub - Qengineering/Jetson-Nano-Ubuntu-20-image: Jetson Nano with Ubuntu 20.04 image)
-
When installing the ZED-SDK, I entered Y on all questions except for the Python API.
-
Upon first running the tutorial, there was a fatal error that the file could not be found, I fixed this by changing all of the directory names to not have any spaces.