Closed boundles closed 5 years ago
This follows the implementation of origianl FocalLoss paper. FocalLoss is a weighted version of multi-class sigmoid cross entropy loss function. Each class is treated independently. I also tried the softmax version but didn't get better results.
OK, got it, thanks for your reply.
"box_cls" shape is num_class-1, so why remove "background" class?