Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetpack Image #29

Open
tawfiq1200 opened this issue Aug 7, 2022 · 2 comments
Open

Jetpack Image #29

tawfiq1200 opened this issue Aug 7, 2022 · 2 comments

Comments

@tawfiq1200
Copy link
Contributor

@n-snyder

While setting up YOLO V4 on the Jetson, I have understood that some packages such as opencv, cuda and cudnn which come preinstalled on the default Jetpack are missing. They are required to use the Jetson's GPU and build darknet which is required to run YOLO V4 which is our preferred computer vision algorithm. I have installed opencv which is not that difficult but I have not installed cuda and cudnn yet. I have not found an easy of doing it but we may eventually find. However, I wonder if we actually could use the image that has all these preinstalled. Did you use a custom image from Nvidia or did you actually remove those packages to save space?

I think it will be nice at this point for us to have instructions to flash the Jetson if it is needed. I know how to do it with the developer's kit but I do not know how to do it with the module. We may need it at any point so it is good to have those instructions. I can setup docker and everything else.

@n-snyder
Copy link
Contributor

n-snyder commented Aug 8, 2022

Jetpack 4.6 is installed with the base packages per nVidia's documentation, which probably does not include CUDA. I did not remove any packages.

You are right that you cannot simply use the dev kit image on a production module. The image must be compatible with the devices available on the carrier board.

@tawfiq1200
Copy link
Contributor Author

tawfiq1200 commented Aug 9, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants