Closed tjtanaa closed 4 years ago
Hi, are you asking a) why using negative samples at all or b) why just using the top 10percentile? a) negative examples help to prevent box detections where we don't want them b) I wanted to limit the influence of the negative examples, because I felt they were overpowering the correct examples, I have no information about the performance gain though.
Thank you very much.
Hi. This is the snippet for your focal loss.
Could I know why did you choose to compute the 90-percentile and compute the hard negative mask instead of using the original focal loss mask?
What is the performance gain that you obtained after making such changes?