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

python run_placesCNN_basic.py stopped working - cant download model tar file #97

Open
graceebc9 opened this issue May 2, 2023 · 1 comment

Comments

@graceebc9
Copy link

Hello, I have previously been using the basic script to use trained model. But this week it has stopped working - the model file seems to no longer be available for download at:

arch = 'resnet50'

load the pre-trained weights

model_file = '%s_places365.pth.tar' % arch
if not os.access(model_file, os.W_OK):
weight_url = 'http://places2.csail.mit.edu/models_places365/' + model_file
os.system('wget ' + weight_url)

@adaruna3
Copy link

adaruna3 commented May 7, 2023

I am having the same issue. Specifically I am getting time out errors whether downloading via wget or web browser.

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

2 participants