zijundeng / pytorch-semantic-segmentation

PyTorch for Semantic Segmentation
MIT License
1.73k stars 393 forks source link

Use automatic downloads of pretrained weights instead of hardcoded paths #31

Open adynathos opened 6 years ago

adynathos commented 6 years ago

PyTorch will automatically download pretrained weights into os.environ['TORCH_MODEL_ZOO'] using the mechanism described here: (http://pytorch.org/docs/master/model_zoo.html)

Removed hardcoded paths