Skip to content

Commit f721581

Browse files
authored
Update README.md
1 parent a55cf04 commit f721581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This is the official implementation of the AAAI 2023 paper [ShadowFormer: Global
1111
* **Feb 17, 2023**: Add the testing results and the description of our work.
1212

1313
## Introduction
14-
To trackle image shadow removal problem, we propose a novel transformer-based method, dubbed ShadowFormer, for exploiting non-shadow
14+
To tackle image shadow removal problem, we propose a novel transformer-based method, dubbed ShadowFormer, for exploiting non-shadow
1515
regions to help shadow region restoration. A multi-scale channel attention framework is employed to hierarchically
1616
capture the global information. Based on that, we propose a Shadow-Interaction Module (SIM) with Shadow-Interaction Attention (SIA) in the bottleneck stage to effectively model the context correlation between shadow and non-shadow regions.
17-
For more details, please refer to our [orginal paper](https://arxiv.org/pdf/2302.01650.pdf)
17+
For more details, please refer to our [original paper](https://arxiv.org/pdf/2302.01650.pdf)
1818

1919
<p align=center><img width="80%" src="doc/pipeline.jpg"/></p>
2020

@@ -86,7 +86,7 @@ We also provide the `python` code for calculating the metrics in `test.py`, usin
8686

8787
## Results
8888
#### Evaluation on ISTD
89-
The evauluation results on ISTD are as follows
89+
The evaluation results on ISTD are as follows
9090
| Method | PSNR | SSIM | RMSE |
9191
| :-- | :--: | :--: | :--: |
9292
| ST-CGAN | 27.44 | 0.929 | 6.65 |

0 commit comments

Comments
 (0)