mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Fix] the directory of cfg file in colab demo (#1501)
* [fix] cfg dir in colab * Update demo/MMSegmentation_Tutorial.ipynb
This commit is contained in:
parent
b74e28dbd1
commit
25c1318f52
@ -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')"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user