yolov2 / run.py
till-onethousand's picture
.
5b30004
raw
history blame
102 Bytes
import os
os.chdir('./model')
os.system('./darknet detect cfg/yolov2.cfg yolov2.weights data/dog.jpg')