Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 719 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 719 Bytes

Why this repo?

Most of the dependencies of DaltonLens are included in the original repo for convenience, and to be able to build a single binary with everything statically linked.

However for deep learning inference it uses OpenCV DNN module, which is too big to be directly embedded in the original repo. Instead precompiled binaries are included in the DaltonLens repo, and this repository is here to host the scripts to build those binaries.

**Important: ** DaltonLens is expected to be cloned next to this repo. So that ../DaltonLens/deps/prebuilt is the correct path to install the binaries into.

Submodules

git submodule add https://github.com/opencv/opencv