Commit Graph

281 Commits

Author SHA1 Message Date
iperov 4196e962a8 added VideoEd - operating video files by ffmpeg from python. 2019-03-02 14:58:22 +04:00
iperov e0907423a9 nothing interesting 2019-03-01 08:18:26 +04:00
iperov 847622ee3a converter: fix seamless 2019-02-28 23:12:24 +04:00
iperov 18d5829015 Converter: fix jitter of seamless mode 2019-02-28 21:27:37 +04:00
iperov 7cea93c0f2 nothing interesting 2019-02-28 20:10:58 +04:00
iperov 46f4d6c426 fix cpu fallback for extractor 2019-02-28 14:54:59 +04:00
iperov 8f2e69ab27 upgrading to cuda 10.0, cudnn 7.4.1, tf 1.13.1, dlib 19.16.0 2019-02-28 13:39:54 +04:00
iperov 438213e97c manual extractor: increased FPS,
sort by final : now you can specify target number of images,
converter: fix seamless mask and exception,
huge refactoring
2019-02-28 11:56:31 +04:00
iperov 7db469a1da fix nnlib/device.py for some notebooks 2019-02-25 21:34:47 +04:00
iperov ac5ac75645 nnlib added force_has_nvidia_device 2019-02-25 21:15:58 +04:00
iperov 281787ac3e - 2019-02-22 23:25:01 +04:00
iperov daebe10ca7 Extractor: fix aspect ratio for square images,
now we can re-extract face manually from already aligned jpg image without quality loss.
2019-02-22 17:28:08 +04:00
iperov 5bbd8997d9 fix Sorter.py 2019-02-22 15:22:42 +04:00
iperov 5e474c3462 added sort by one face in images. it trashes all images in which more than 1 face is found 2019-02-22 11:32:27 +04:00
iperov 65752e044b SAE: added support 64-256 resolution multiple of 16 2019-02-21 20:44:55 +04:00
iperov a858732b1d refactoring 2019-02-21 20:06:04 +04:00
iperov 97685ce0ae added saving model_summary.txt 2019-02-21 19:55:44 +04:00
iperov f0a20b46d3 SAE: added new archi 'vg' 2019-02-21 17:53:59 +04:00
iperov d66829aae4 proper nnlib.dssim 2019-02-20 19:03:49 +04:00
andy-ger cd4e5b9ba6 Fixed typo (#156) 2019-02-20 18:12:30 +04:00
iperov 497e17b595 upd readme 2019-02-19 21:46:19 +04:00
iperov d29b8fd469 update readme 2019-02-19 21:45:40 +04:00
iperov b939fe9d85 OpenCL support: fix bug, adding new requirements files 2019-02-19 20:48:39 +04:00
iperov 72ba6b103c added support of AMD videocards
added Intel's plaidML backend to use OpenCL engine. Check new requirements.
smart choosing of backend in device.py
env var 'force_plaidML' can be choosed to forced using plaidML
all tf functions transferred to pure keras
MTCNN transferred to pure keras, but it works slow on plaidML (forced to CPU in this case)
default batch size for all models and VRAMs now 4, feel free to adjust it on your own
SAE: default style options now ZERO, because there are no best values for all scenes, set them on your own.
SAE: return back option pixel_loss, feel free to enable it on your own.
SAE: added option multiscale_decoder default is true, but you can disable it to get 100% same as H,DF,LIAEF model behaviour.
fix converter output to .png
added linux fork reference to doc/doc_build_and_repository_info.md
2019-02-19 17:33:12 +04:00
iperov 3a9d450281 little fix 2019-02-16 21:14:15 +04:00
iperov 642b88a8d3 upd doc/doc_sort_tool.md 2019-02-15 20:09:51 +04:00
TooMuchFun 22ccec7036 Clean language up docs (#147)
* clean up docs

* doc fixes as requested

* revert updates to sort tool documentation
2019-02-15 20:06:13 +04:00
iperov 72c7db4980 trainer preview: added [l]: change history range 2019-02-15 19:27:44 +04:00
iperov 75eb7468ee ConverterMasked: better lct 2019-02-14 18:43:24 +04:00
iperov fbf6b5f25e upd readme 2019-02-13 21:24:55 +04:00
iperov 43d0282995 upd README.md 2019-02-13 21:10:29 +04:00
iperov 58991dd22f update DeepFaceLab_convertor_overview 2019-02-13 17:32:30 +04:00
iperov e759575060 update DeepFaceLab_convertor_overview 2019-02-13 17:29:26 +04:00
iperov 2bd983703e ConverterMasked: removed default transfercolor,
added Apply color transfer to predicted face - modes rct / lct
2019-02-13 16:27:57 +04:00
iperov 218a5cfd05 upd doc_ready_to_work_facesets.md 2019-02-13 13:45:14 +04:00
iperov 5a727f4e50 fix manual extractor bugs 2019-02-13 11:02:12 +04:00
iperov 6e12594af1 added util --add-landmarks-debug-images 2019-02-13 10:17:08 +04:00
iperov 06fe1314d8 removing default yaw_value from DFLIMG files,
added better pitch/yaw estimator from 68 landmarks,
improving face yaw accuracy for sorting and trainers,
added sort by face-pitch
2019-02-12 21:31:37 +04:00
iperov 535041f7bb upd 2019-02-12 10:55:41 +04:00
iperov 429e7e6aee upd nnlib.py 2019-02-12 09:30:38 +04:00
iperov e9313e29f6 update doc_tips_and_tricks.md 2019-02-11 22:10:31 +04:00
iperov e38c970e45 upd README.md 2019-02-11 21:51:53 +04:00
iperov 900aaa8894 upd README.md 2019-02-11 21:47:28 +04:00
iperov e069b839f1 upd readme 2019-02-11 21:46:51 +04:00
iperov d8833e929e upd nnlib.py 2019-02-11 21:29:30 +04:00
iperov 6c944d8989 upd readme 2019-02-11 21:26:51 +04:00
iperov 4ffb74fb79 upd some help in models 2019-02-11 17:20:13 +04:00
iperov 470fb9287a SAE: remove rare sample booster. DSSIM->MSE transition now between 5-20k epochs. 2019-02-11 17:18:01 +04:00
iperov f8e63970d2 H64, H128, DF, LIAEF128: added pixel loss option. 2019-02-11 12:05:54 +04:00
iperov af3dd59f67 SAE: remove multiscale decoder option, default - true 2019-02-11 10:36:02 +04:00