I only need CUDA cudnn tensorrt, not opencv, as it will conflict with my library. May I ask how to only downloads specific SDKs?
The SDK manager downloads the packages into the sdkm_downloads
directory. From there, you can manually install the packages on the board, using the SDK manager only for flashing. Alternatively, you can install all the components and then remove OpenCV afterward, which is my usual approach.
sudo apt remove opencv-* libopencv*
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.