Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadrezanaderi4 authored Jan 10, 2023
1 parent 0a05822 commit 0154ec9
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
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}
}
```

0 comments on commit 0154ec9

Please sign in to comment.