The following project demonstrates how you can cross compile OpenCV and MXNET for AArch64 CUDA. The resulting libraries can be used on an NVIDIA Jetson.
You must have docker installed.
docker build -t aarch64-cuda10-2 -f aarch64-cuda-10-2-ubuntu18.dockerfile .
docker build -t opencv-cuda -f build-opencv-cuda.dockerfile .
docker build -t mxnet-cuda -f build-mxnet-cuda.dockerfile .
- The cross compiled libraries can be found in the
opencv-cuda
andopencv-mxnet
images.