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

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)