Open Leontree opened 5 years ago
@Leontree Hi,
Usually it isn't a problem since there is used decay
: https://github.com/AlexeyAB/darknet/issues/1943#issuecomment-439560675
It reduces the value of frequent features of objects, and gives an advantage to rare features of objects.
But you can try to train with and without focal_loss=1
in each [yolo] layers in cfg-file. And then get the model with the highest mAP.
Hi, AlexeyAB, About my used dataset, there is a problem of category imbalance between different categories. Does it affect the method? Thanks a looooooooot.