Person_reID_baseline_pytorch icon indicating copy to clipboard operation
Person_reID_baseline_pytorch copied to clipboard

http://188.138.127.15:81/Datasets/Market-1501-v15.09.15.zip download link is broken

Open lehigh123 opened this issue 2 years ago • 1 comments

Describe the bug

  • trying to download the market-1501 dataset from the link mentioned here https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial but am not getting a response

To Reproduce Steps to reproduce the behavior:

wget http://188.138.127.15:81/Datasets/Market-1501-v15.09.15.zip

just times out

Expected behavior

  • download the zip

lehigh123 avatar Dec 27 '22 17:12 lehigh123

Thank you. You can use the following code instead.

pip install gdown
pip install --upgrade gdown
gdown https://drive.google.com/uc\?id\=0B8-rUzbwVRk0c054eEozWG9COHM

layumi avatar Dec 28 '22 07:12 layumi