All Projects → JeffTrain → face-swap

JeffTrain / face-swap

Licence: other
换脸程序

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to face-swap

terran
A human perception library
Stars: ✭ 98 (+206.25%)
Mutual labels:  face-recognition, face-detection
Face Detection HOG
Face Detection using HOG and SVM
Stars: ✭ 13 (-59.37%)
Mutual labels:  face-recognition, face-detection
deepvisualminer
Deep visual mining for your photos and videos using YOLOv2 deep convolutional neural network based object detector and traditional face recognition algorithms
Stars: ✭ 21 (-34.37%)
Mutual labels:  face-recognition, face-detection
WhoAreYou
Face detection and recognition with CoreML and ARKit
Stars: ✭ 91 (+184.38%)
Mutual labels:  face-recognition, face-detection
face
[deprecated] 👽 Face Recognition package for Laravel
Stars: ✭ 37 (+15.63%)
Mutual labels:  face-recognition, face-detection
Polaris
Polaris is a Face recognition attendance system .
Stars: ✭ 211 (+559.38%)
Mutual labels:  face-recognition, face-detection
tryonface
Simple video-based eyewear virtual try on
Stars: ✭ 57 (+78.13%)
Mutual labels:  face-recognition, face-detection
FaceLivenessDetection-SDK
3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).
Stars: ✭ 85 (+165.63%)
Mutual labels:  face-recognition, face-detection
Face-Recognition
Machine Learning project to recognise faces from an Image just like facebook or video stream
Stars: ✭ 95 (+196.88%)
Mutual labels:  face-recognition, face-detection
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-46.87%)
Mutual labels:  face-recognition, face-detection
deepstack-ui
UI for working with Deepstack
Stars: ✭ 115 (+259.38%)
Mutual labels:  face-recognition, face-detection
face-recognition
🙂 An OpenCV application that can detect & recognize your face in real-time
Stars: ✭ 13 (-59.37%)
Mutual labels:  face-recognition, face-detection
aio-rek
Face recognition based attendance system
Stars: ✭ 19 (-40.62%)
Mutual labels:  face-recognition, face-detection
WreckFaceApp
Android application for gender, age and face recognition using OpenCV and JavaCV libraries
Stars: ✭ 21 (-34.37%)
Mutual labels:  face-recognition, face-detection
InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+862.5%)
Mutual labels:  face-recognition, face-detection
bnk48-face-recognition
Facial Recognition Web App using React.js and face-api.js
Stars: ✭ 41 (+28.13%)
Mutual labels:  face-recognition, face-detection
timeline
Timeline - A photo organizer
Stars: ✭ 39 (+21.88%)
Mutual labels:  face-recognition, face-detection
SensorsAndAi
SensorAndAi is an android application which will give you the complete information about all the sensors and some basic information about artificial intelligence.This application will tell you about the use and implementation of the sensor and artificial intelligence.This app will show you how sensor and artificial intelligence is used in any an…
Stars: ✭ 29 (-9.37%)
Mutual labels:  face-recognition, face-detection
Face-Recognition-using-Raspberry-Pi
A small project which does face detection using OpenCV library.
Stars: ✭ 48 (+50%)
Mutual labels:  face-recognition, face-detection
OpenCV-Face-Recognition-Android
Face Detection & Recognition on Android using OpenCV
Stars: ✭ 28 (-12.5%)
Mutual labels:  face-recognition, face-detection

face-swap

换脸程序

准备

由于后面需要安装 python dlib 包,所以需要先确定 CMake 已经安装:

sudo apt update
sudo apt install cmake

安装

git clone https://github.com/JeffTrain/face-swap
cd face-swap
pip install -r requirements.txt

使用

python face-swap.py ted_cruz.jpg donald_trump.jpg

测试

sh test.sh

效果

以上示例命令会把特德·克鲁斯的脸部换到唐纳德·特朗普的照片上。

源照片 目标照片 结果照片
特德·克鲁斯 唐纳德·特朗普 结果照片
65680534-b7c82780-e089-11e9-8079-f926cbe05eff 唐纳德·特朗普 结果照片

测试矩阵

环境 Python 版本 结果
Windows 2.7 通过
Windows WSL 2.7 通过
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].