person-reid-tiny-baseline icon indicating copy to clipboard operation
person-reid-tiny-baseline copied to clipboard

Harder Example Mining

Open JamenceTom opened this issue 4 years ago • 2 comments

Hi! Thanks for your great work! Is harder example mining a method from a published paper? If yes, can you tell me the name of this paper? Thanks

JamenceTom avatar May 28 '20 05:05 JamenceTom

Hi! Thanks for your great work! Is harder example mining a method from a published paper? If yes, can you tell me the name of this paper? Thanks

No, it originates from my project, which is a improved version of hard example mining. The principle of mathematics can be seen in docs link

lulujianjie avatar Jun 03 '20 06:06 lulujianjie

    You add the two lines:
    dist_ap *= (1.0 + self.hard_factor)
    dist_an *= (1.0 - self.hard_factor)
    then, it becomes harder triplet loss?

Margrate avatar Oct 27 '20 03:10 Margrate