deep-person-reid icon indicating copy to clipboard operation
deep-person-reid copied to clipboard

How to use the rerank function?

Open Stephen-Ning opened this issue 1 year ago • 2 comments

Thank you for your contribution to the computer community! As shown in the question. I found osnetx1 in the configs folder_ In the configuration file of 0, the rerank was changed to Ture, but an error occurred. May I know how to use it correctly.

Stephen-Ning avatar Apr 10 '23 08:04 Stephen-Ning

You can add test.rerank command with terminal. example command

python3 scripts/main.py --config-file configs/im_osnet_x1_0_softmax_256x128_amsgrad_cosine.yaml model.load_weights log/osnet_x1_0_market1501_softmax_cosinelr/model/model.pth.tar-250 test.rerank True

I hope it will help you.

AlexChu0422 avatar Jul 17 '23 03:07 AlexChu0422

You can add test.rerank command with terminal. example command

python3 scripts/main.py --config-file configs/im_osnet_x1_0_softmax_256x128_amsgrad_cosine.yaml model.load_weights log/osnet_x1_0_market1501_softmax_cosinelr/model/model.pth.tar-250 test.rerank True

I hope it will help you.

Hi Dear @AlexChu0422,

I wanna ask you that whether you could get the dataset "market1501" using the code that tries to get the the dataset from url "http://188.138.127.15:81/Datasets/Market-1501-v15.09.15.zip" ?

Cause this link is expired and times out. can you tell me how you modified the code to get the dataset ? If needed here is my email : [email protected]

Best Regards, Ali Jafari

alijafari79 avatar Jul 30 '23 11:07 alijafari79