DeepFaceLab/facelib
Colombo d781af3d1f fixed GPU detection and indexes, got rid of using nvml, now using direct cuda lib to determine gpu info that match tensorflow indexes,
removed TrueFace model.

added SAEv2 model. Differences from SAE:
+ default e_ch_dims is now 21
+ new encoder produces more stable face and less scale jitter
  before: https://i.imgur.com/4jUcol8.gifv
  after:  https://i.imgur.com/lyiax49.gifv - scale of the face is less changed within frame size
+ decoder now has only 1 residual block instead of 2, result is same quality with less decoder size
+ added mid-full face, which covers 30% more area than half face.
+ added option " Enable 'true face' training "
  Enable it only after 50k iters, when the face is sharp enough.
  the result face will be more like src.
  The most src-like face with 'true-face-training' you can achieve with DF architecture.
2019-10-05 16:26:23 +04:00
..
__init__.py S3FD and 2DFAN-4 were improperly ported from pytorch. now fixed. 2019-09-20 17:16:37 +04:00
2DFAN-4.h5 S3FD and 2DFAN-4 were improperly ported from pytorch. now fixed. 2019-09-20 17:16:37 +04:00
DLIBExtractor.py removing trailing spaces 2019-03-19 23:53:27 +04:00
FaceType.py fixed GPU detection and indexes, got rid of using nvml, now using direct cuda lib to determine gpu info that match tensorflow indexes, 2019-10-05 16:26:23 +04:00
FANExtractor.py S3FD and 2DFAN-4 were improperly ported from pytorch. now fixed. 2019-09-20 17:16:37 +04:00
FANSeg_256_full_face.h5 Converter: 2019-09-07 13:57:42 +04:00
FANSegmentator.py 1 2019-09-19 11:16:35 +04:00
LandmarksProcessor.py fixed GPU detection and indexes, got rid of using nvml, now using direct cuda lib to determine gpu info that match tensorflow indexes, 2019-10-05 16:26:23 +04:00
mmod_human_face_detector.dat initial 2018-06-04 17:12:43 +04:00
MTCExtractor.py Identity is not the same thing as equality in Python (#291) 2019-06-27 21:10:22 +04:00
mtcnn_onet.h5 added support of AMD videocards 2019-02-19 17:33:12 +04:00
mtcnn_pnet.h5 added support of AMD videocards 2019-02-19 17:33:12 +04:00
mtcnn_rnet.h5 added support of AMD videocards 2019-02-19 17:33:12 +04:00
PoseEstimator.py _ 2019-04-30 17:14:02 +04:00
S3FD.h5 S3FD and 2DFAN-4 were improperly ported from pytorch. now fixed. 2019-09-20 17:16:37 +04:00
S3FDExtractor.py refactorings, optimizations 2019-03-21 11:58:54 +04:00
vgg11_enc_weights.npy update == 04.20.2019 == (#242) 2019-04-20 08:23:08 +04:00