Skip to content

Instantly share code, notes, and snippets.

@dimon777
dimon777 / Install_OpenCV4_CUDA10.md
Created December 26, 2022 18:40 — forked from changx03/Install_OpenCV4_CUDA10.md
How to install OpenCV 4.2 with CUDA 10.0 in Ubuntu 18.04

How to install OpenCV 4.2.0 with CUDA 10.0 in Ubuntu distro 18.04

First of all install update and upgrade your system:

    $ sudo apt update
    $ sudo apt upgrade

Then, install required libraries:

Cross-compiling MXNet on Ubuntu for Raspberry Pi

Obtaining the toolchain

$ sudo apt install crossbuild-essential-armhf
$ sudo apt install crossbuild-essential-arm64