Skip to content

Commit

Permalink
Closes #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)


2 comments on commit 82dbabd

@F0L14
Copy link

@F0L14 F0L14 commented on 82dbabd Oct 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@folha Colmeia

@melanie-20
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello I read your code and I see that you code very well, I do not know if you will be happy to take a look at my code to tell me what you think thank you in advance
I say this because I need advice in programming I am an amateur

Please sign in to comment.