mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
refactoring
This commit is contained in:
parent
cbff72f597
commit
757ec77e44
4 changed files with 154 additions and 228 deletions
|
@ -394,7 +394,7 @@ def color_transfer_mix(img_src,img_trg):
|
|||
|
||||
def color_transfer(ct_mode, img_src, img_trg):
|
||||
"""
|
||||
color transfer for [0,1] float inputs
|
||||
color transfer for [0,1] float32 inputs
|
||||
"""
|
||||
if ct_mode == 'lct':
|
||||
out = linear_color_transfer (img_src, img_trg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue