Open wangnd opened 5 years ago
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
not only the person class, all other class has the same problem @mystic123 ,please check the convert code, I think maybe it has bug
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!
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
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.
the same process with convert_weights_pb.py . the first is from yolov3.weight, the second is from my yolov3 train weights. @mystic123