tensorflow-yolo-v3 icon indicating copy to clipboard operation
tensorflow-yolo-v3 copied to clipboard

the binding box is incorrect

Open wangnd opened this issue 5 years ago • 5 comments

result-yolov3-pb 20190522-194100-linux_14000-pb

the same process with convert_weights_pb.py . the first is from yolov3.weight, the second is from my yolov3 train weights. @mystic123

wangnd avatar May 25 '19 09:05 wangnd

my yolov3 train weights include person except dog and horse. when I use darknet.exe detector test to predict the same image , the binding box is right as the first image. It really makes me puzzling

wangnd avatar May 25 '19 09:05 wangnd

not only the person class, all other class has the same problem @mystic123 ,please check the convert code, I think maybe it has bug

wangnd avatar May 25 '19 09:05 wangnd

not only the person class, all other class has the same problem @mystic123 ,please check the convert code, I think maybe it has bug

Have you solve it? If you sloved it, could you tell me? Thanks very much!

lucy3589 avatar Jul 10 '19 02:07 lucy3589

not only the person class, all other class has the same problem @mystic123 ,please check the convert code, I think maybe it has bug

Could you solved it? How do you do ?

lucy3589 avatar Jul 10 '19 10:07 lucy3589

not only the person class, all other class has the same problem @mystic123 ,please check the convert code, I think maybe it has bug

Could you solved it? How do you do ?

not only the person class, all other class has the same problem @mystic123 ,please check the convert code, I think maybe it has bug

I think you change the anchor size by kmeans. You shoud change yolo_v3.py too.

computervisionlearner avatar Aug 13 '19 08:08 computervisionlearner