Stargazers Issues LinkedIn

How to Cross Compile OpenCV and MXNET for AArch64 CUDA (NVIDIA Jetson)

Overview

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.

Prerequisites

You must have docker installed.

Build instructions

  • 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 and opencv-mxnet images.