emrahbasaran / SPReID

Code for our CVPR 2018 paper - Human Semantic Parsing for Person Re-identification
MIT License
141 stars 32 forks source link

Missing conv.h5 #1

Closed arun-kumark closed 6 years ago

arun-kumark commented 6 years ago

Hi, I read through the paper and tried executing the code. Seems something missing. it asks for conv.h5, but it's not present. SPReID/data/dump/conv.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

thanks, Kind Regards Arun

MahdiKalayeh commented 6 years ago

@emrahbasaran due to size limit on GitHub, maybe not all the h5 files are properly uploaded to data/dump. Please update the repo with an external link to Dropbox or GoogleDrive, linking to all the ImageNet pre-trained weights.

emrahbasaran commented 6 years ago

I have updated the repo and added the links to the README file.

arun-kumark commented 6 years ago

Thanks you !!