Skip to content

This program uses special tools like deepface, insightface, and face recognition to help you choose and change faces in a group picture. It's like swapping faces to create the look you want, and these tools make it super easy!

Notifications You must be signed in to change notification settings

info-arnav/face-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Changing Program

This program uses special tools like deepface, insightface, and face recognition to help you choose and change faces in a group picture.

Execution

Repo Setup

conda create --name Facechange python=3.7
conda activate Facechange
pip install -r requirements.txt
pip install gdown
mkdir data frames middleware models output static temp text text-box tmp detected-text
python setup/download_models.py
wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
gunzip eng.traineddata.gz
sudo mv -v eng.traineddata /usr/share/tesseract-ocr/4.00/tessdata/

Execution:

conda activate Facechange
python demo02-test-03.py

About

This program uses special tools like deepface, insightface, and face recognition to help you choose and change faces in a group picture. It's like swapping faces to create the look you want, and these tools make it super easy!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published