hhk7734 / tensorflow-yolov4

YOLOv4 Implemented in Tensorflow 2.
MIT License
136 stars 75 forks source link

Multiple Detections using yolov4-csp #76

Open jm2806 opened 3 years ago

jm2806 commented 3 years ago

Hi,

i've used your lib for an inference with yolov4-csp, but used my own trained weights. I took the cfg-file in ur repo and only changed filters and classes to 18 and 1. In the Inference i got multiple detections of my object. With yolov4 it works great.

hhk7734 commented 3 years ago

Does the NMS seem to be not working properly?

jm2806 commented 3 years ago

Yeah, it seems so, but i don't know why.