Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoolaolafenwa committed Aug 28, 2020
1 parent 333670e commit 551e010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/image_ade20k.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 551e010

Please sign in to comment.