59d6fada23
draw up arrow in the red landmark debug square
Colombo2019-10-24 10:09:51 +04:00
734d97d729
added 'sort by vggface': sorting by face similarity using VGGFace model. Requires 4GB+ VRAM and internet connection for the first run.
Colombo2019-10-23 15:06:39 +04:00
d3e35c8ce6
enhanced sort by final: now faces are evenly distributed not only in the direction of yaw, but also in pitch
Colombo2019-10-20 14:18:14 +04:00
92f14dee70
SAEHD: added option Enable random warp of samples, default is on Random warp is required to generalize facial expressions of both faces. When the face is trained enough, you can disable it to get extra sharpness for less amount of iterations.
Colombo2019-10-12 10:31:50 +04:00
e15f846d08
SAE, SAEHD: random flip and learn mask options now can be overridden
Colombo2019-10-10 22:56:57 +04:00
1f27d13f61
clip border for midface
Colombo2019-10-10 14:48:51 +04:00
63ecd4ec34
speed up S3FD extraction for GPU with >= 11GB vram
Colombo2019-10-10 13:22:14 +04:00
d781af3d1f
fixed GPU detection and indexes, got rid of using nvml, now using direct cuda lib to determine gpu info that match tensorflow indexes,
Colombo2019-10-05 16:26:23 +04:00
dc11ec32be
SAE : WARNING, RETRAIN IS REQUIRED ! fixed model sizes from previous update. avoided bug in ML framework(keras) that forces to train the model on random noise.
Colombo2019-09-19 11:13:56 +04:00
b6b92bded0
converter: now writes a filename of current frame config, SAE: removed multiscale decoder, because it's not effective
Colombo2019-09-13 08:59:00 +04:00
bef4e5d33c
Converter: added new color transfer modes: mkl, mkl-m, idt, idt-m
Colombo2019-09-07 22:01:01 +04:00
bc0b25cdda
interactive converter now saves the session. if input frames are changed (amount or filenames) then interactive converter automatically starts a new session. if model is more trained then all frames will be recomputed again with their saved configs.
Colombo2019-08-30 16:19:41 +04:00
9f58d160a0
Converter: fix output names of merged files, now its 100% same as input, ConvertAvatar: fix input image after fix landmarks face align, VideoEd: video_from_sequence now uses pipe input to input any filenames instead of %.5d. formatted
Colombo2019-08-27 22:05:22 +04:00
23854ac8bc
removing landmarks of lips which are used in face aligning, and leave only corners of mouth landmarks, result: less scale jittering aligning that will be feeded into AE and produce more stable face before: https://i.imgur.com/gJaW5Y4.gifv after: https://i.imgur.com/Vq7gvhY.gifviperov2019-08-26 19:36:41 +04:00
63d30c49ae
fixes and optimizations, converters: added new option sharpen_mode and sharpen_amount
iperov2019-08-25 19:18:51 +04:00
c39ed9d9c9
updated pdf manuals for AVATAR model. Avatar converter: added super resolution option. All converters: super resolution DCSCN network is now replaced by RankSRGAN
iperov2019-08-25 17:43:52 +04:00
19c66286da
fix gen_warp_params now accepts any square images
iperov2019-08-25 14:06:33 +04:00
6c66495bcf
default avatar type option is now HEAD. Head produces stable result.
iperov2019-08-25 08:16:54 +04:00
d129b5dd7f
sort data for CAInitializerMP
iperov2019-08-25 07:50:27 +04:00
407ce3b1ca
Added interactive converter. With interactive converter you can change any parameter of any frame and see the result in real time.
iperov2019-08-24 12:57:29 +04:00
b72d5a3f9a
fixed error "Failed to get convolution algorithm" on some systems fixed error "dll load failed" on some systems Expanded eyebrows line of face masks. It does not affect mask of FAN-x converter mode.
iperov2019-08-11 11:17:22 +04:00
93ee889597
Identity is not the same thing as equality in Python (#291)
cclauss2019-06-27 19:10:22 +02:00
8484060e01
Trainer: added option for all models Enable autobackup? (y/n ?:help skip:%s) : Autobackup model files with preview every hour for last 15 hours. Latest backup located in model/<>_autobackups/01
iperov2019-06-20 10:42:55 +04:00