Open Artem-N opened 4 months ago
what did you do? Did you have a solution for this?
what did you do? Did you have a solution for this?
unfortunately not, I supplemented the classes with images and hope that Yolo7 is smart and will be able to balance the class weights itself. Because it seems to me that Yolo can adjust the weights of the classes itself.
Hi, is it possible to affect on class weights due to the imbalance of my dataset ( 3 classes have small size and 3 balanced), I would change them accordingly so that the model learns better, or does it automatically in the loss function in YOLOv7?