Hanson0910 / RetinaTrack

The pytorch implement of the retina track original paper link: https://arxiv.org/abs/2003.13870
Apache License 2.0
45 stars 9 forks source link

about id loss #4

Closed Royzon closed 3 years ago

Royzon commented 3 years ago

I'm curious about your IDloss looks like different from the original paper which trained with triplet loss using the BatchHard strategy for sampling triplets.

Hanson0910 commented 3 years ago

I'm curious about your IDloss looks like different from the original paper which trained with triplet loss using the BatchHard strategy for sampling triplets.

i am sorry,it's just a quick implementation of the network structure,training strategy and loss i didn't refer the paper.

Royzon commented 3 years ago

ok, thanks