florianvazelle / deep-fake

Real-time face swapping application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepFake build

Real-time face swapping application between a video and an image, built with OpenCV and dlib.

Building

Build and run the standalone target

Use the following command to build and run the executable target.

cmake -Bbuild
cmake --build build
./build/bin/deep_fake.exe -h

About

Real-time face swapping application


Languages

Language:CMake 55.8%Language:C++ 44.2%