mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-08 05:51:40 -07:00
27 lines
848 B
Markdown
27 lines
848 B
Markdown
### **Features**:
|
|
|
|
- standalone zero dependencies ready to work prebuilt binary for all windows versions, see below
|
|
|
|
- new models
|
|
|
|
- new architecture, easy to experiment with models
|
|
|
|
- face data embedded to JPG files
|
|
|
|
- cpu mode. 8th gen Intel core CPU able to train H64 model in 2 days.
|
|
|
|
- new preview window
|
|
|
|
- extractor in parallel
|
|
|
|
- converter in parallel
|
|
|
|
- **--debug** option for all stages
|
|
|
|
- **MTCNN extractor** which produce less jittered aligned face than DLIBCNN, but can produce more false faces. Comparison dlib (at left) vs mtcnn on hard case:
|
|

|
|
MTCNN produces less jitter.
|
|
|
|
- **Manual extractor**. You can fix missed faces manually or do full manual extract:
|
|

|
|

|