sithu31296 / semantic-segmentation

SOTA Semantic Segmentation Models in PyTorch
MIT License
830 stars 149 forks source link

colab result not good #16

Closed ccl-private closed 2 years ago

ccl-private commented 2 years ago

image

sithu31296 commented 2 years ago

Please uncomment the following lines in the pretrained weights downloading part. import gdown

gdown.download(url, output, quiet=False)

ccl-private commented 2 years ago

thank you~ image it works.