Skip to content
forked from zikes/chrisify

faceswap opencv implementation written in golang

Notifications You must be signed in to change notification settings

aultimus/gofaceswap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gofaceswap

Library providing faceswap functionality built on top of haar cascade classification implemented in opencv.

Forked from github.com/zikes/chrisify

Linux Install

  1. Install the OpenCV Developer package. On Ubuntu systems that's sudo apt install libopencv-dev

  2. go get -u github.com/aultimus/gofaceswap

  3. cd $GOPATH/src/github.com/aultimus/gofaceswap && go install ./...

Usage

The most useful function is the FaceSwap library function, main provides example usage, which can be run as a binary like:

gofaceswap --faces ~/faces_dir --input ~/in.jpg > out.jpg

where faces_dir is a directory containing pngs of faces to be swapped

About

faceswap opencv implementation written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%