vpulab / Semantic-Aware-Scene-Recognition

Code repository for paper https://www.sciencedirect.com/science/article/pii/S0031320320300613 @ Pattern Recognition 2020
MIT License
102 stars 17 forks source link

Model zoo links expired #10

Closed YicongHong closed 4 years ago

YicongHong commented 4 years ago

Hello, I am trying to download the models from the model zoo links, but it seems that they have expired. Could you fix that for us please? Thanks a lot.

alexlopezcifuentes commented 4 years ago

Hello, thanks for the report, we have been migrating all the download links. Now everything should be fixed.

YicongHong commented 4 years ago

Thanks a lot for resolving this issue. But it seems that the network weights for RGB Branch - Places365 is incorrect. Can you please double-check on that? Thanks!

alexlopezcifuentes commented 4 years ago

Can you please specify which is exactly the error you are getting. The download link is correct, so it seems like a configuration error. have you checked that you are using ResNet-18?

YicongHong commented 4 years ago

I think it is not a configuration error, yes I am using ResNet18, RGB only. The network weights doesn't match the model - a full list of "Missing & Unexpected key(s) in state_dict". I tried with MITIndoor67 weights and they work well. But not for Places365.

alexlopezcifuentes commented 4 years ago

I did not see your edit on the issue, I thought you were talking about "Ours" model not the "RGB" one. Indeed there was something wrong with the file, I have updated it again.

Can you please check if you can load it now?

YicongHong commented 4 years ago

Hi Alex. I re-tried both the "RGB" and "Ours" and they both work now. Thanks a lot for your help!