You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: