From 551e01018c513aad675efec698c86a361ae43f18 Mon Sep 17 00:00:00 2001 From: Ayoola Olafenwa Date: Fri, 28 Aug 2020 08:14:35 +0100 Subject: [PATCH] updated --- Tutorials/image_ade20k.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials/image_ade20k.md b/Tutorials/image_ade20k.md index 40e6caa..82351c9 100644 --- a/Tutorials/image_ade20k.md +++ b/Tutorials/image_ade20k.md @@ -30,7 +30,7 @@ The class for performing semantic segmentation is imported from pixellib and we ```python - segment_video.load_ade20k_model("deeplabv3_xception65_ade20k.h5") + segment_image.load_ade20k_model("deeplabv3_xception65_ade20k.h5") ``` We called the function to load the xception model trained on ade20k dataset.