Skip to content

Commit

Permalink
[Fix] the directory of cfg file in colab demo (open-mmlab#1501)
Browse files Browse the repository at this point in the history
* [fix] cfg dir in colab

* Update demo/MMSegmentation_Tutorial.ipynb
  • Loading branch information
MeowZheng authored Apr 23, 2022
1 parent 1c060ba commit d7bf706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/MMSegmentation_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"outputs": [],
"source": [
"from mmcv import Config\n",
"cfg = Config.fromfile('../configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py')"
"cfg = Config.fromfile('configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py')"
]
},
{
Expand Down

0 comments on commit d7bf706

Please sign in to comment.