1
0
Fork 0
mirror of https://github.com/deepfakes/faceswap synced 2025-06-09 04:36:50 -04:00
Commit graph

30 commits

Author SHA1 Message Date
wallopthecat
4fe93da530 small fix for docker cmd. tools.py->faceswap.py (#749) 2019-06-03 18:15:26 +01:00
torzdf
12d83c6e68
Remove dlib (#725)
* Sort to vgg_face. Remove Face Recognition requirements

* Remove dlib components from setup.py

* Remove dlib from Windows Installer script

* Remove dlib and cmake from requirements.txt

* Update INSTALL.md to remove all dlib requirements

* Remove dlib and cmake from dockerfiles

* Windows installer. Output cli to details Window. Setup.py bugfix

* Skip FaceFilter if invalid paths passed in
2019-05-12 23:24:25 +01:00
torzdf
9c8026409c Windows cudnn check bugfix 2019-04-30 08:47:24 +00:00
torzdf
520a784847 Better cuDNN/Cuda Detection 2019-04-29 11:46:07 +00:00
torzdf
32eec5140d setup.py fixes 2019-03-21 12:20:42 +00:00
torzdf
1f8da1d784 Tensorflow version check 2019-02-28 10:53:00 +00:00
DKing
cebf552dc5 Update Dockerfile due to the missing of jupyter in the latest tensorflow gpu image (#625)
Add tips for CUDA 10
2019-02-26 14:34:43 +00:00
torzdf
82130caee1 Remove unused import 2019-02-24 03:29:32 +00:00
torzdf
01df9c1090 Convert FAN to run on CPU as well as GPU 2019-02-24 03:23:53 +00:00
torzdf
c70fa8a8b4 Remove debug info 2019-02-22 14:43:12 +00:00
torzdf
051619c6b2 Update setup.py for Conda 2019-02-22 14:40:50 +00:00
torzdf
d39216d2e3 setup typo 2019-02-22 01:01:18 +00:00
torzdf
40155a27e2 Windows Installer Source Code 2019-02-22 00:51:27 +00:00
torzdf
a8a70b6ce6 verbose conda TF install 2019-02-21 16:29:16 +00:00
torzdf
424c451586 Requirements file location bugfix 2019-02-21 16:14:53 +00:00
torzdf
d6dfbf1203 Update setup.py to support installer 2019-02-21 12:07:00 +00:00
torzdf
a8826e2a56 Cuda path check bugfix in setup.py 2019-01-08 14:04:25 +00:00
torzdf
960c75f3c6 setup.py: Install ffmpeg on Conda 2018-12-22 19:56:13 +00:00
torzdf
9fbaaa5d38 setup.py - Get system encoding 2018-12-11 12:51:19 +00:00
torzdf
7d89961113 Secondary Registry key check for VS C++ 2015 2018-12-06 02:00:33 +00:00
torzdf
7f53911453
Logging (#541)
* Convert prints to logger. Further logging improvements. Tidy  up

* Fix system verbosity. Allow SystemExit

* Fix reload extract bug

* Child Traceback handling

* Safer shutdown procedure

* Add shutdown event to queue manager

* landmarks_as_xy > property. GUI notes + linting. Aligner bugfix

* fix FaceFilter. Enable nFilter when no Filter is supplied

* Fix blurry face filter

* Continue on IO error. Better error handling

* Explicitly print stack trace tocrash log

* Windows Multiprocessing bugfix

* Add git info and conda version to crash log

* Windows/Anaconda mp bugfix

* Logging fixes for training
2018-12-04 13:31:49 +00:00
torzdf
542c6524cc fix vs2015 detection in setup.py 2018-11-24 23:06:22 +00:00
torzdf
c08e45b996 Final setup.py changes 2018-11-17 00:48:25 +00:00
torzdf
3e6b78e9bb Add gcc/g++ checks for linux. Add more informative output 2018-11-16 18:24:16 +00:00
torzdf
d1705b08cd Improve setup.py for Windows 2018-11-16 17:31:27 +00:00
torzdf
ca63242996
Extraction - Speed improvements (#522) (#523)
* Extraction - Speed improvements (#522)

* Initial Plugin restructure

* Detectors to plugins. Detector speed improvements

* Re-implement dlib aligner, remove models, FAN to TF. Parallel processing

* Update manual, update convert, implement parallel/serial switching

* linting + fix cuda check (setup.py). requirements update keras 2.2.4

* Add extract size option. Fix dlib hog init

* GUI: Increase tooltip width

* Update alignment tool to support new DetectedFace

* Add skip existing faces option

* Fix sort tool to new plugin structure

* remove old align plugin

* fix convert -skip faces bug

* Fix convert skipping no faces frames

* Convert - draw onto transparent layer

* Fix blur threshold bug

* fix skip_faces convert bug

* Fix training
2018-10-27 10:12:08 +01:00
1132719438
1ce5214e59 Fixed face extract with dlib on OS X (#510)
* fix: gpu stat for OS X
- Use pynvx to get GPU info on OS X
- fix face extract with dlib

Issue #488
2018-10-01 11:38:59 +01:00
Ruggero Turra
6f004e4b24 fix typo (#406) 2018-05-19 00:27:38 +01:00
DKing
7ab5a56bff Fix bug in docker image tf/tf:latest-gpu-py3 (#400) 2018-05-14 18:42:34 +01:00
DKing
431ff543d5 Unified Dependency Solution (#370)
* Unified install helper

smart load dep from requirements-docker.txt

working GUI in docker

compile dlib with avx&cuda

* improve tf version selection
2018-05-10 19:39:11 +01:00