OpenCL support: fix bug, adding new requirements files

This commit is contained in:
iperov 2019-02-19 20:48:39 +04:00
parent 72ba6b103c
commit b939fe9d85
4 changed files with 18 additions and 6 deletions

View file

@ -1,6 +1,10 @@
### **Features**:
- Windows binary containing pre-compiled dependencies, including CUDA libraries.
- works on AMD, NVIDIA, IntelHD graphics and all OpenCL1.2-compatible videocards with at least 512M video memory
- CPU-only mode [`--cpu-mode`]. 8th gen Intel core CPU able to train H64 model in 2 days.
- Windows build is standalone ready to work program and contains all dependencies (CUDA, OpenCL, ffmpeg, .bat script etc) to start working
- New models expanding upon the original faceswap model.
@ -8,10 +12,6 @@
- Face metadata embedded into extracted JPG files.
- CPU-only mode [`--cpu-mode`]. 8th gen Intel core CPU able to train H64 model in 2 days.
- Preview window
- Extractor and Converter run in parallel.
- Debug mode option for all stages: [`--debug`]
@ -23,7 +23,6 @@
Predicts faces more uniformly than dlib, resulting in a less jittered aligned output. However, MTCNN extraction will produce more false positives.
Comparison dlib (at left) vs mtcnn on hard case:
![](https://i.imgur.com/5qLiiOV.gif)