You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thereturn_pytorch04_xception
function implemented inclassification/network/models.py
line 26. I fixed this by downloading the model fromhttp://data.lip6.fr/cadene/pretrainedmodels/xception-b5690688.pth
using the commandwget 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.The text was updated successfully, but these errors were encountered: