WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.89k stars 586 forks source link

yolov4_pacsp.weights convert caffemodel #276

Open Hiwyl opened 3 years ago

Hiwyl commented 3 years ago

@WongKinYiu Hi,Excuse me.when i with darknet2caffe convert yolov4_pacsp.weights to caffemodel,Without any error,but when i predict,detected a lot of boxes

output

WongKinYiu commented 3 years ago

you could check the decoder and confidence scores. i guess your decoder is different from this repo.

Hiwyl commented 3 years ago

ok,thank you!I will check again.