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!
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!