DeepFaceLab/utils
iperov 5c43f4245e transfercolor via lab converter now implemented by tensorflow-cpu, which is x2 faster than skimage.
We cannot use GPU for lab converter in converter multiprocesses, because almost all VRAM ate by model process, so even 300Mb free VRAM not enough for tensorflow lab converter.
Removed skimage dependency.
Refactorings.
2018-12-01 12:11:54 +04:00
..
AlignedPNG.py initial 2018-06-04 17:12:43 +04:00
image_utils.py transfercolor via lab converter now implemented by tensorflow-cpu, which is x2 faster than skimage. 2018-12-01 12:11:54 +04:00
iter_utils.py initial 2018-06-04 17:12:43 +04:00
os_utils.py initial 2018-06-04 17:12:43 +04:00
Path_utils.py initial 2018-06-04 17:12:43 +04:00
random_utils.py initial 2018-06-04 17:12:43 +04:00
std_utils.py initial 2018-06-04 17:12:43 +04:00
SubprocessorBase.py Improve Manual Extraction process 2018-06-27 21:32:35 -05:00