Darknet Installation

From Interaction Station Wiki
Revision as of 22:26, 4 January 2019 by Javi (talk | contribs) (Created page with "=== Installing Darknet (GPU + OpenCV) === *In our forked version of the original repository, the GPU & OPENCV flags in the Makefile have already been set to 1, and the darkn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Installing Darknet (GPU + OpenCV)

  • In our forked version of the original repository, the GPU & OPENCV flags in the Makefile have already been set to 1, and the darknet/examples/rnn.c has been modified for being able to save the generate your own model. So we only need to do:
git clone https://github.com/mywdka/darknet.git
cd darknet
make