datlife / yolov2

YOLOv2 Implementation in TF/Keras. Allowing to experiment on different feature detectors (MobileNet, Darknet-19). Paper: https://arxiv.org/abs/1612.08242
49 stars 13 forks source link

how can use it to predict? #10

Open arieshx opened 6 years ago

arieshx commented 6 years ago

hello, i clone it and run predict.py. but you can see, 'from yolov2.zoo import yolov2_darknet19' this line,i can not find yolov2.zoo,where is it? and , where i can get weights to use in predict.py? BSW,thank U