pytorch-YOLOv4 icon indicating copy to clipboard operation
pytorch-YOLOv4 copied to clipboard

darknet2onnx(inference part) won't work well with yolov4-csp-s-mish.weights

Open JiaPai12138 opened this issue 2 years ago • 0 comments

weights: yolov4-csp-s-mish cfg: yolov4-csp-s-mish

Boxes are larger and confidences are dropping for example, trained with a same dateset to generate both yolov4-tiny and yolov4-csp-s-mish weights convert to onnx using demo_darknet2onnx darknet version of both weights worked fine onnx version of yolov4-tiny worked fine while results of yolov4-csp-s-mish looks wired

JiaPai12138 avatar May 05 '22 01:05 JiaPai12138