Skip to content

Darknet

Félix Roy edited this page Nov 7, 2019 · 4 revisions

We use Darknet as a static library.

Location in Project

You can find Darknet static library and header file in steno/3rd/darknet/

Build

From the root of the repository

chmod +x ./scripts/darknet_setup.sh
./scripts/darknet_setup.sh

NOTE : this script ONLY build Darknet as a static library, and does NOT modify steno/3rd/darknet/

Reference