YOLO | Darknet ========== Contents -------- [ToC] ****************************************************************** Install -------- - [Ref](https://pjreddie.com/darknet/install/) - Or run the following commands, ```console sudo apt install libopencv-dev ``` ```console git clone https://github.com/pjreddie/darknet.git cd darknet make ``` ```console sudo apt-get install libopencv-dev ``` ```console wget https://pjreddie.com/media/files/yolov3.weights ``` ```console ./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg ``` ```console wget https://pjreddie.com/media/files/yolov3.weights ``` {%hackmd theme-dark %}