CSAILVision / CSAILVision/places365
python run_placesCNN_basic.py stopped working - cant download model tar file
Open
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 538
- PR merge metrics
- No merged PRs in 30d
Description
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)
>
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.