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

Downloading pre trained network models from CSAIL link is prohibited #9

Open
CookieAnt opened this issue Dec 6, 2023 · 3 comments
Open

Comments

@CookieAnt
Copy link

image
Hello, I am unable to download the pre trained network model. Do you have any other address or cloud drive that you can share? thanks!

@crankler
Copy link

Have you access these model now? thanks for your reply.

@BuildingAtom
Copy link
Collaborator

Hi, apologies for the delayed response. We don't host them for redistribution ourselves, but I did a bit of digging and found that you can still download from CSAIL directly.

The general form is to use the base link

http://sceneparsing.csail.mit.edu/model/pytorch/

append the model name as another folder path, e.g. ade20k-resnet50dilated-ppm_deepsup/, then append encoder_epoch_20.pth and decoder_epoch_20.pth for the respective model weights.

For the example in the README, those two links would look like:

http://sceneparsing.csail.mit.edu/model/pytorch/ade20k-resnet50dilated-ppm_deepsup/encoder_epoch_20.pth
http://sceneparsing.csail.mit.edu/model/pytorch/ade20k-resnet50dilated-ppm_deepsup/decoder_epoch_20.pth

I'll leave this issue open until I update the repo so others can find this information. Thanks for asking!

@crankler
Copy link

Thank you for your share here

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

3 participants