CSAILVision / semantic-segmentation-pytorch

Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
http://sceneparsing.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
4.95k stars 1.1k forks source link

cant download the pretrained resnet18-imagenet.pth model? #273

Open OberstWB opened 2 years ago

OberstWB commented 2 years ago

something wrong with the url?

rayeeed commented 2 years ago

same here

rayeeed commented 2 years ago

I think I have found a solution.

https://www.kaggle.com/d0blee2/starter-superpoint-pytorch-e9ca99d4-6

go to input>superpoint pytorch>superpoint pytorch>models. All the weights are saved there. I took the resnet50 decoder and encoder; tried it in this notebook and it is producing correct segmentation.

Howver I didnt check for resnet18.