Chad’s Status Report for 04/02

This past week, I was still having many issues with installing the Yolo Algorithm on Jetson Nano.  I had installed the PyTorch and Torchvision libraries by following the steps on this website:

https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-10-now-available/72048

At first there was some issues but I was able to solve it by downloading the arch version of anaconda on the Nano called archiconda3. This version included python v3.7 which I was able to use to complete the installation process listed above.  However when trying to run the JetsonYolo.py from the JetsonYolo GitHub, or any python file that uses the OpenCV library for some reason doesn’t have permissions to use the CSI-camera module on the Nano.  I keep receiving a “Unable to Open Camera”.  After doing a deep dive, there was apparently an issue with the version of the OpenCV algorithm I was currently using so I am now installing one of the newer versions of the OpenCV package in hopes that it will fix this issue.

Its a very long installation process and while installing, warnings were popping up saying there may not be enough storage on the Jetson so this may pose an issue.  There have been multiple problems showing up while trying to get Yolo installed on the Jetson so this has set back my personal schedule a bit.  The goal for next week is that I can hopefully get the Yolo detection fully working on the Jetson.

 

Leave a Reply

Your email address will not be published. Required fields are marked *