Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FanChiMao authored Oct 23, 2021
1 parent c6672ea commit 3eba537
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,22 @@ Swin Transformer layer as our basic blocks and apply to U-Net
architecture for image denoising.

## Network Architecture

<table>
<tr>
<td colspan="2"><img src = "https://i.imgur.com/1UX5j3x.png" alt="CMFNet" width="800"> </td>
</tr>
<tr>
<td colspan="2"><p align="center"><b>Overall Framework of SUNet</b></p></td>
</tr>

<tr>
<td> <img src = "https://imgur.com/dOjxV93" width="400"> </td>
<td> <img src = "https://i.ibb.co/W0yk5hn/MSC.png" width="400"> </td>
</tr>
<tr>
<td><p align="center"><b>Branch U-Net architecture</b></p></td>
<td><p align="center"> <b>Mixed Skip Connection (MSC)</b></p></td>
</tr>
</table>

0 comments on commit 3eba537

Please sign in to comment.