Why does YOLO add 'background' class to the object detection even when we have not added that class? How to remove it?
I am trying to train YOLO v8x model on custom data. In the confusion matrix I saw that background class has been added which I haven't annotated. Later I observed this happening with YOLO v5 as well. If anyone has any idea on this , could you please tell me? Also, how to remove this class? and where can we check which all classes are considered in the model for training?