Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
InsightFace + GFPGAN
- Host: GitHub
- URL: https://github.com/andchir/insightface_gfpgan
- Owner: andchir
- Created: 2024-09-14T14:48:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T19:10:28.000Z (4 months ago)
- Last Synced: 2024-09-16T00:43:10.150Z (4 months ago)
- Topics: faceswap, gfpgan, insightface
- Language: Python
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Swap - InsightFace + GFPGAN
Used:
https://github.com/deepinsight/insightface
https://github.com/TencentARC/GFPGANTested 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"
~~~