VisualComputingInstitute / triplet-reid

Code for reproducing the results of our "In Defense of the Triplet Loss for Person Re-Identification" paper.
https://arxiv.org/abs/1703.07737
MIT License
764 stars 216 forks source link

Do you have any comparison on performance of model with/o embedding normalization #67

Closed voqtuyen closed 6 years ago

Pandoro commented 6 years ago

We don't have any hard numbers right now. I'm sure we did experiments and as far as I recall there wasn't a major difference. Hence we used the simpler version without the normalization. Especially since we also worked on the MARS dataset, where we need to average embeddings and there it isn't completely obvious how to best do this when the embeddings are normalized.

It should be very easy to try this though. If you do it, it would be great if you can report some numbers.

voqtuyen commented 6 years ago

@Pandoro Thanks