Person_reID_baseline_pytorch icon indicating copy to clipboard operation
Person_reID_baseline_pytorch copied to clipboard

will the model still perform good from the training images that the same person divided to two different id folders?

Open LancasterLiu opened this issue 1 year ago • 1 comments

I have added some additional datasets, but I just realized that there may be some images that should be in the same id folder were put in two different id folders. So I wonder can the model learn the interclass features, which means that will the model still perform good from the training images that the same person divided to two different id folders? btw I used Resnet50.

LancasterLiu avatar Oct 14 '24 07:10 LancasterLiu

@LancasterLiu Thank you. Sorry for the late response. I think it will be fine if there are only a few such cases.
But it may be good to avoid strong losses such as hard negative triple loss.

layumi avatar Jan 12 '25 06:01 layumi