prismformore/expAT

about datasets

Closed this issue · 6 comments

Sorry to bother you. Could you tell me that how to use it on Market-1501 dataset

@huyanzhuolu Thank you for your question. If you want to use it on the Market-1501 dataset, I recommend this excellent repository. And then what you to do is to replace the loss with:

class expATLoss():

@huyanzhuolu You are welcome. You should replace the triplet loss, which is the counterpart of expAT loss.
Using expAT loss and softmax loss as loss functions work in my experiments.
BTW, don't forget to do the common space batch normalization on the feature fed to both expAT loss and softmax loss.

@huyanzhuolu I have just updated the code for training and testing on Market-1501 and DukeMTMC-reID datasets. Please take a look!

If you have any question, plz let me know. I will close this.