ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
473 stars 231 forks source link

Class and confidence is correct but the position is wrong #11

Open jackgao0323 opened 5 years ago

jackgao0323 commented 5 years ago

Does anyone get the same result like me as the picture below? I have compare the output to the Darknet's output. I found the Class and the confidence is the same but the position is a little bit weird. The caffemodel and the prototxt is converted from the darknet model that download from the official website.

dog person

ChenYingpeng commented 5 years ago

Is this model converted by yourself or download from link I provided?

jackgao0323 commented 5 years ago

I converted the model by using your Darknet2caffe.py.

ChenYingpeng commented 5 years ago

Please check this link.

MRRRKING commented 5 years ago

Hi, I have encountered the same problem. How did you solve this problem? 2019-01-21 14-02-29