-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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.