Merge pull request #2526 from Alperencode/master

Closes #2525
This commit is contained in:
Alexey 2022-03-05 16:44:44 +03:00 committed by GitHub
commit b1ab3da442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,6 +151,6 @@ if __name__ == "__main__":
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)