Replies: 1 comment
-
Hi @unrue, the confusion matrix is telling you that your model is significantly failing at detecting bananas, fish, hands or oranges. For these classes, you have a lot of false negatives, since the detector is failing at detecting true positive cases. Overall, having a lot of cases that fall into the background class is just telling you that your detector was not able to detect them. As you see, this doesn't happen for all the classes, you detect zebras or pegasus pretty well for instance. About improving your model, I'd suggest first to check if the model performance already saturated on your validation dataset, if not, keep training it until it does. |
Beta Was this translation helpful? Give feedback.
-
I'm training yolo on a dataset having 30.000 and 75 classes, v5x model.
The following is my actual confusion matrix. I note a huge number of blue box in background class. It means I have a lot of false positive? How can I reduce that? Any suggestions? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions