meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.38k stars 799 forks source link

Are pre-trained SegNet model/weights made available? #234

Open ambareeshsrja16 opened 4 years ago

ambareeshsrja16 commented 4 years ago

Great work on the repo! Thank you!

I was planning to use SegNet as an intermediate step for another learning task. I have two options available:

  1. Find a pre-trained model (weights, right out of the box), and test it on my input image.
  2. Download this repo, and train it on the datasets following steps according to the Readme

Has anyone explored (1) above, before?

Thank you!

EmilyLike commented 4 years ago

I wanna find a pretrained segmention network too. Did you find it?