Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoolaolafenwa committed Aug 28, 2020
1 parent 2e13998 commit 333670e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tutorials/image_ade20k.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Download the xception model from [here](https://github.com/ayoolaolafenwa/PixelL
import pixellib
from pixellib.semantic import semantic_segmentation

segment_video = semantic_segmentation()
segment_video.load_ade20k_model("deeplabv3_xception65_ade20k.h5")
segment_image = semantic_segmentation()
segment_image.load_ade20k_model("deeplabv3_xception65_ade20k.h5")
segment_image.segmentAsAde20k("path_to_image", output_image_name= "path_to_output_image")
```
We shall take a look into each line of code.
Expand Down

0 comments on commit 333670e

Please sign in to comment.