OK GOD DAMN IT I THINK IT'S RIGHT NOW WHATEVER

This commit is contained in:
Joseph Redmon
2017-08-03 04:31:04 -07:00
parent 8327154a67
commit 1e729804f6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ sys.path.append(os.path.join(os.getcwd(),'python/'))
import darknet as dn
net = dn.load_net("cfg/tiny-yolo.cfg", "tiny-yolo.backup", 0)
net = dn.load_net("cfg/tiny-yolo.cfg", "tiny-yolo.weights", 0)
meta = dn.load_meta("cfg/coco.data")
r = dn.detect(net, meta, "data/dog.jpg")
print r