darknet  v3
Namespaces | Variables
detector.py File Reference

Go to the source code of this file.

Namespaces

 detector
 

Variables

 detector.net = dn.load_net("cfg/yolo-thor.cfg", "/home/pjreddie/backup/yolo-thor_final.weights", 0)
 
 detector.meta = dn.load_meta("cfg/thor.data")
 
 detector.r = dn.detect(net, meta, "data/bedroom.jpg")