1
0
Fork 0
mirror of https://github.com/deepfakes/faceswap synced 2025-06-08 20:13:52 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Clorr
3e2976ab03 Adding plugins 2018-01-03 10:33:39 +01:00
Hidde Jansen
7f7f110933
Command line options for convert.py (#13)
* Rewrite extract.py, make code re-usable for conversion too.

* Add convert.py, adding command line options
2017-12-22 01:52:47 +01:00
Clorr
f542c58a48 Adding face_recognition
Added face_recongition from
https://github.com/ageitgey/face_recognition/

It is based on dlib, but does not have the glitches I had previously!

Also reworked Dockerfile (sticking to Python2 for now)
2017-12-21 23:13:47 +01:00
Clorr
fb9f641ccd Adding a DetectedFace class to retain face data 2017-12-21 21:31:05 +01:00
Hidde Jansen
d0c02a2ba8
PEP8 / Codestyle (#11) 2017-12-20 21:27:14 +01:00
Colin LORRAIN
845a6ae0c6 Creating lib folder 2017-12-19 12:57:56 +01:00
Renamed from faces_detect.py (Browse further)