ABD-Net icon indicating copy to clipboard operation
ABD-Net copied to clipboard

[ICCV 2019] "ABD-Net: Attentive but Diverse Person Re-Identification" https://arxiv.org/abs/1908.01114

Results 11 ABD-Net issues
Sort by recently updated
recently updated
newest added

I noticed that in a closed issue, so I cd to torchreid/eval_cylib and make. But this ''No module named 'torchreid.losses.wrapped_cross_entropy_loss' is still there. And the make procedure seems to be...

Hi, I have a question when I run train. Something like multithreading or way of using lambda().And I do it in windows not Unbantu. Error like this: Evaluate only Evaluating...

First of all thank you very much for your outstanding contribution! In the paper, you have deployed O.M and O.F many times. I have been searching for a long time...

can we get the output images in a folder as we get by using torchreid framework?

Hello, can i have your code about the attention visualization?

My Training command are: **For Market1501:** python train.py -s market1501 -t market1501 **For DukeMTMC-reid:** python train.py -s dukemtmc-reid -t dukemtmc-reid Same or MSMT17 and Pride450s Secondly, Why the results of...

Previously the script would not provide any indication when the model weights are not loaded from checkpoint, potentially leading to hard-to-find bugs.

According to Python documentation, 'sets do not record element position or order of insertion' and the ordering of the elements is not deterministic, i.e. might change with the random seed...