Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The problem with xception-b5690688.pth model #88

Open
PhanThanhTrung opened this issue Sep 26, 2022 · 0 comments
Open

The problem with xception-b5690688.pth model #88

PhanThanhTrung opened this issue Sep 26, 2022 · 0 comments

Comments

@PhanThanhTrung
Copy link

I'm trying to test the classification method provided in this repo and I got a bug when the code can't read the xception-b5690688.pth model. I see that you are using an absolute path in the return_pytorch04_xception function implemented in classification/network/models.py line 26. I fixed this by downloading the model from http://data.lip6.fr/cadene/pretrainedmodels/xception-b5690688.pth using the command wget http://data.lip6.fr/cadene/pretrainedmodels/xception-b5690688.pth --no-check-certificate. and replace the path to the pre-trained xception model with the path to this model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant