gklz1982 / caffe-yolov2

Other
164 stars 128 forks source link

how to detect a img? #2

Open liyuming1978 opened 7 years ago

liyuming1978 commented 7 years ago

hello, I want to detect a img use yolo-caffe, but all py sripts in your github , will only do cnn in caffe, and box detection with python (that's low performance)

and I try use the prototxt in example/indoor, the last layer seems error , the last layer I think is "DetectionOutput", and the last Convolution numoutput is 125.

would you please give a example to show: how to use caffe to detect a image with your yolo-caffe