Update inference_demo.ipynb (#814)

fixed the link to *.pth broken link
pull/1801/head
Pedro Machado 2021-08-27 07:56:13 +01:00 committed by GitHub
parent 42c3f944e0
commit 6ee9eaecc1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
],
"source": [
"!mkdir ../checkpoints\n",
"!wget https://open-mmlab.s3.ap-northeast-2.amazonaws.com/mmsegmentation/models/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes/pspnet_r50-d8_512x1024_40k_cityscapes_20200605_003338-2966598c.pth -P ../checkpoints"
"!wget https://openmmlab.oss-accelerate.aliyuncs.com/mmsegmentation/v0.5/deeplabv3/deeplabv3_r50-d8_512x1024_40k_cityscapes/deeplabv3_r50-d8_512x1024_40k_cityscapes_20200605_022449-acadc2f8.pth -P ../checkpoints"
]
},
{