Figuring out this whole image recognition thing
git clone https://github.com/DaveyLaser/yolotie.git
cd yolotie/darknet
make
wget https://pjreddie.com/media/files/yolov3.weights
./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg
To view the results, open predictions.png, which was generated by the step above
Go to yolo for instructions on compiling with CUDA and OpenCV.