Skip to content

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

Description

@graceebc9

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions