semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

cant download the pretrained resnet18-imagenet.pth model?

Open OberstWB opened this issue 3 years ago • 2 comments

something wrong with the url?

OberstWB avatar Dec 31 '21 02:12 OberstWB

same here

rayeeed avatar Dec 31 '21 15:12 rayeeed

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.

rayeeed avatar Jan 01 '22 04:01 rayeeed