yongyong-e

[Darknet: YOLO] 1. Detection Using A Pre-Trained Model 본문

머신러닝/컴퓨터비전

[Darknet: YOLO] 1. Detection Using A Pre-Trained Model

Yonghan Kim 2017. 7. 25. 15:30

1) Install & compile

git clone https://github.com/pjreddie/darknet

$ cd darknet 

$ make


2) Download the pre-trained weight file

$ wget https://pjreddie.com/media/files/yolo.weights


3) Run the detector

./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg


4) Result


Reference

https://pjreddie.com/darknet/yolo/


Comments