Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bonlime authored Apr 4, 2018
1 parent 194a667 commit 7407bfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ Results are still good
<img src="imgs/my_seg_results3_OS16.png" width=600></br>
</p>

How to use this model with custom input shape and custom number of classes:
`from model import Deeplabv3`
`deeplab_model = Deeplabv3((512,512,3), num_classes=4, last_activation=True, OS=8)`


0 comments on commit 7407bfe

Please sign in to comment.