Skip to content

Commit 4ca42a3

Browse files
author
Pedro Machado
authored
Update inference_demo.ipynb (#814)
fixed the link to *.pth broken link
1 parent 4686f1e commit 4ca42a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/inference_demo.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"source": [
2828
"!mkdir ../checkpoints\n",
29-
"!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"
29+
"!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"
3030
]
3131
},
3232
{

0 commit comments

Comments
 (0)