Skip to content

Commit

Permalink
Merge pull request #20
Browse files Browse the repository at this point in the history
Create legend for mask
  • Loading branch information
MortenTabaka committed Apr 8, 2023
2 parents 8d2b819 + 1efd790 commit 59173ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ python3 models/scripts/run_prediction_on_folder.py --help
```

## Sample result
<ul>
<li style="display: flex; align-items: center;"><div style="width: 20px; height: 20px; background-color: #000;"></div><span style="margin-left: 10px;">Background</span></li>
<li style="display: flex; align-items: center;"><div style="width: 20px; height: 20px; background-color: #f00;"></div><span style="margin-left: 10px;">Buildings</span></li>
<li style="display: flex; align-items: center;"><div style="width: 20px; height: 20px; background-color: #0f0;"></div><span style="margin-left: 10px;">Woodland</span></li>
<li style="display: flex; align-items: center;"><div style="width: 20px; height: 20px; background-color: #00f;"></div><span style="margin-left: 10px;">Water</span></li>
<li style="display: flex; align-items: center;"><div style="width: 20px; height: 20px; background-color: #fff;"></div><span style="margin-left: 10px;">Roads</span></li>
</ul>


![prediction.png](reports%2Ffigures%2Fprediction.png)
![orthophotomap.png](reports%2Ffigures%2Forthophotomap.png)

Expand Down

0 comments on commit 59173ce

Please sign in to comment.