Skip to content

Commit 25c1318

Browse files
authored
[Fix] the directory of cfg file in colab demo (open-mmlab#1501)
* [fix] cfg dir in colab * Update demo/MMSegmentation_Tutorial.ipynb
1 parent b74e28d commit 25c1318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/MMSegmentation_Tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"outputs": [],
415415
"source": [
416416
"from mmcv import Config\n",
417-
"cfg = Config.fromfile('../configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py')"
417+
"cfg = Config.fromfile('configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py')"
418418
]
419419
},
420420
{

0 commit comments

Comments
 (0)