Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andchir/insightface_gfpgan

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

faceswap gfpgan insightface

Last synced: 6 days 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"
~~~