Difference between revisions of "Darknet Installation"

From Interaction Station Wiki
Jump to navigation Jump to search
(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...")
 
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
*Guide:
 
*Guide:
 
*https://pjreddie.com/darknet/install/
 
*https://pjreddie.com/darknet/install/
 +
 +
[[Category:AI & Machine Learning]]

Latest revision as of 16:16, 28 November 2022

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