Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuai-Xie committed Jan 21, 2019
1 parent d93ba84 commit 65a1bbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 11,12 @@ Bilateral Segmentation Network (BiSeNet) is designed to segment scenes in Real-t

The BiSeNet architure is shown as below.

<center><img src="imgs/bisenet-architecture.png"></center>
<div align="center"><img src="imgs/bisenet-architecture.png"></div>

## Connected Components Postprocessing
To extend scene segmentation to instance segmentation, we use 8-connected components decision to postprocess the BiSeNet outputs. The connected components theory is shown as below.

<center><img src="imgs/connect-components.png"></center>
<div align="center"><img width="600" src="imgs/connect-components.png"></div>

The idea is quite easy.

Expand All @@ -33,7 33,7 @@ Database links:
Models can be found at [Baiduyun](https://pan.baidu.com/s/1qMLJXWTsTttOCaB_NSrnbw).

### ADE20K
<center><img src="imgs/ADE20K_150_label_map.png" alt="ADE20K_150_label_map"></center>
<div align="center"><img src="imgs/ADE20K_150_label_map.png" alt="ADE20K_150_label_map"></div>
<table>
<tr>
<th><center>Raw Image</center></th>
Expand Down Expand Up @@ -62,7 62,7 @@ Models can be found at [Baiduyun](https://pan.baidu.com/s/1qMLJXWTsTttOCaB_NSrnb
</table>

### SUN-RGBD
<center><img src="imgs/SUNRGB_37_label_map.png" alt="SUNRGB_37_label_map"></center>
<div align="center"><img src="imgs/SUNRGB_37_label_map.png" alt="SUNRGB_37_label_map"></div>
<table>
<tr>
<th><center>Raw Image</center></th>
Expand Down

0 comments on commit 65a1bbf

Please sign in to comment.