Skip to content

How to Cross Compile OpenCV and MXNET for AArch64 CUDA: A Tutorial

Notifications You must be signed in to change notification settings

cyrusbehr/cuda-aarch64-cc-mxnet-opencv

Repository files navigation

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.

About

How to Cross Compile OpenCV and MXNET for AArch64 CUDA: A Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages