darknet for Debian ----------------- Please read https://pjreddie.com/darknet/ for some of the instructions to use the command line tool. ## Examples ### Detect (yolov3-tiny) 1. wget https://pjreddie.com/media/files/yolov3-tiny.weights 2. darknet detect /usr/share/darknet/cfg/yolov3-tiny.cfg yolov3-tiny.weights \ /usr/share/darknet/data/dog.jpg ### Python Detect 1. wget https://pjreddie.com/media/files/yolov3-tiny.weights 2. gzip -d -c /usr/share/doc/darknet/examples/python/darknet.py.gz | python -- Ying-Chun Liu (PaulLiu) Tue, 20 Nov 2018 13:49:55 +0800