softened-similarity-learning icon indicating copy to clipboard operation
softened-similarity-learning copied to clipboard

Unofficial Pytorch implementation of Unsupervised Person Re-identification via Softened Similarity Learning

Results 9 softened-similarity-learning issues
Sort by recently updated
recently updated
newest added

I just run "python train.py --config 'config.ini'" Got this: Traceback (most recent call last): File "train.py", line 216, in main() File "train.py", line 26, in main train(config['Train'], train_loader, memory_table) File...

Is the test.py wrong? Because the code extract feature between bounding_box_test files and query files, and the two files contain the same pictures for some person. When calculating the similarity...

I'm sorry to bother you to consult a low-level question. There is a code in line 25 like this: train_loader, memory_table = load_data(config['Train Data']) I think you want to use...

I cannot find the "test.pth" and "query.pth", could you help me solve it?

Hi! I have a question. Hope you can help me. In your config.ini , Train Data, there are three memory paths. But i don't have memory_vectors. I think it is...

Hi, thanks for your code. Could you please tell me how did you get the weight files of vectors and parts?

![QQ截图20201130211012](https://user-images.githubusercontent.com/52644922/100614055-7d72ae00-3350-11eb-90f3-8e0726a85033.png) memory_table.py line53 probability function should be matrix multiplication,not element-wise? and this should be modified as following? ![QQ截图20201130211409](https://user-images.githubusercontent.com/52644922/100614385-07bb1200-3351-11eb-8f70-4aef43f3eb84.png)

It happened this issue when I was running test.py. Could you help me? File "test.py", line 80, in evaluate accuracy = (all_labels == test_labels).sum().item() / len(all_labels) RuntimeError: The size of...

hi. sorry to bother you. I have a question. hope you can help me. how can I generate camera.pth, vectors.pth and parts.pth that that are available in memory_table for another...