Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Linfeng-Tang authored May 31, 2023
1 parent 42d35a4 commit 10ffd1b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# PSFusion
This is official Pytorch implementation of "Rethinking the necessity of image fusion in high-level vision tasks: A practical infrared and visible image fusion network based on progressive semantic injection and scene fidelity"


## Framework
<div>
<img src="https://github.com/Linfeng-Tang/PSFusion/blob/main/Figure/Framework.jpg" alt="Framework" style="display:inline-block;margin-right:20px;margin-bottom:20px;">
</div>
<p align="center">
<em>The overall framework of the proposed PSFusion.</em>
</p>

## Motivation
<div align="center">
<img src="https://github.com/Linfeng-Tang/PSFusion/blob/main/Figure/Demo.jpg" alt="Demo" width="800" style="display:inline-block;margin-right:20px;margin-bottom:20px;">
Expand All @@ -15,13 +24,6 @@ This is official Pytorch implementation of "Rethinking the necessity of image fu
<p align="center">
<em>Comparison of the computational complexity for semantic segmentation.</em>
</p>
## Framework
<div>
<img src="https://github.com/Linfeng-Tang/PSFusion/blob/main/Figure/Framework.jpg" alt="Framework" style="display:inline-block;margin-right:20px;margin-bottom:20px;">
</div>
<p align="center">
<em>The overall framework of the proposed PSFusion.</em>
</p>

## Network Architecture
<div align="center">
Expand Down

0 comments on commit 10ffd1b

Please sign in to comment.