-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a05822
commit 0154ec9
Showing
1 changed file
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
# SFI-Swin | ||
# SFI-Swin: Symmetric Face Inpainting with Swin Transformer by Distinctly Learning Face Components Distributions | ||
Official implementation | ||
|
||
by MohammadReza Naderi | ||
, MohammadHossein Givkashi | ||
, Nader Karimi | ||
, Shahram Shirani | ||
, Shadrokh Samavi | ||
|
||
[[arXiv](https://arxiv.org/abs/2301.03130)] | ||
|
||
|
||
|
||
<p align="center"> | ||
<img src="https://github.com/mohammadrezanaderi4/SFI-Swin/blob/main/GIF_final1.gif" /> | ||
</p> | ||
|
||
|
||
|
||
## Implementations | ||
* Coming Soon ... | ||
|
||
## Acknowledgments | ||
* lama [CSAILVision](https://github.com/CSAILVision/semantic-segmentation-pytorch). | ||
* Swin-Unet [CSAILVision](https://github.com/CSAILVision/semantic-segmentation-pytorch). | ||
* Segmentation code and models if form [CSAILVision](https://github.com/CSAILVision/semantic-segmentation-pytorch). | ||
* LPIPS metric is from [richzhang](https://github.com/richzhang/PerceptualSimilarity) | ||
* SSIM is from [Po-Hsun-Su](https://github.com/Po-Hsun-Su/pytorch-ssim) | ||
* FID is from [mseitzer](https://github.com/mseitzer/pytorch-fid) | ||
|
||
## Citation | ||
If you found this code helpful, please consider citing: | ||
``` | ||
@article{naderi2023sfi-swin, | ||
title={SFI-Swin: Symmetric Face Inpainting with Swin Transformer by Distinctly Learning Face Components Distributions}, | ||
author={Naderi, MohammadReza and Givkashi, MohammadHossein and Karimi, Nader and Shirani, Shahram and Samavi, Shadrokh}, | ||
journal={arXiv preprint arXiv:2301.03130}, | ||
year={2023} | ||
} | ||
``` | ||
|