Wrong detection results
iamrajee opened this issue · 0 comments
iamrajee commented
Hi, I'm using default cfg and weight for drone detection. However, I'm not getting accurate results. In fact, there are multiple drones are getting detected in a single yolo bounding box.
Here are some of the result on the training images:
I even trained the network from scratch(MSE Loss ~ 0.18) but still no improvement. I'm using the Yolov4 branch from AlexeyAB/darknet, which expects a normalised coordinate and I'm also using normalised coordinate for training. What would be the reason for my error? Thanks!