An open API service indexing awesome lists of open source software.

https://github.com/andchir/insightface_gfpgan

InsightFace + GFPGAN
https://github.com/andchir/insightface_gfpgan

faceswap gfpgan insightface

Last synced: 4 months ago
JSON representation

InsightFace + GFPGAN

Awesome Lists containing this project

README

          

# Face Swap: InsightFace + GFPGAN

Used:
https://github.com/deepinsight/insightface
https://github.com/TencentARC/GFPGAN

Tested on **Python 3.10.12**

Face Swap:
~~~
python face_swap.py \
--input "images/the-friends.jpg" \
--face_input "images/elon_musk.jpg" \
--output "output/out1.jpg"
~~~