Skip to content

Commit

Permalink
Closes pjreddie#2525
Browse files Browse the repository at this point in the history
  • Loading branch information
Alperencode committed Mar 5, 2022
1 parent a028bfa commit 82dbabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/darknet.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ def detect(net, meta, image, thresh=.5, hier_thresh=.5, nms=.45):
net = load_net("cfg/tiny-yolo.cfg", "tiny-yolo.weights", 0)
meta = load_meta("cfg/coco.data")
r = detect(net, meta, "data/dog.jpg")
print r
print(r)


0 comments on commit 82dbabd

Please sign in to comment.