Installing Darknet - pjreddie.com
pjreddie.com › darknet › installDarknet is easy to install with only two optional dependancies: OpenCV if you want a wider variety of supported image types. CUDA if you want GPU computation. Both are optional so lets start by just installing the base system. I've only tested this on Linux and Mac computers. If it doesn't work for you, email me or something?
Installing Darknet - pjreddie.com
https://pjreddie.com/darknet/installCompiling With OpenCV By default, Darknet uses stb_image.h for image loading. If you want more support for weird formats (like CMYK jpegs, thanks Obama) you can use OpenCV instead! OpenCV also allows you to view images and detections without having to save them to disk. First install OpenCV.