![]() |
darknet
v3
|
Variables | |
net = dn.load_net("cfg/yolo-thor.cfg", "/home/pjreddie/backup/yolo-thor_final.weights", 0) | |
meta = dn.load_meta("cfg/thor.data") | |
r = dn.detect(net, meta, "data/bedroom.jpg") | |
detector.meta = dn.load_meta("cfg/thor.data") |
Definition at line 14 of file detector.py.
detector.net = dn.load_net("cfg/yolo-thor.cfg", "/home/pjreddie/backup/yolo-thor_final.weights", 0) |
Definition at line 13 of file detector.py.
Definition at line 15 of file detector.py.