mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
fix
This commit is contained in:
parent
f935bf0465
commit
dcf380345b
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ class InteractiveMergerSubprocessor(Subprocessor):
|
|||
# unable to read? recompute then
|
||||
cur_frame.is_done = False
|
||||
else:
|
||||
image = imagelib.normalize_channels(image, 3)
|
||||
image_mask = imagelib.normalize_channels(image_mask, 1)
|
||||
cur_frame.image = np.concatenate([image, image_mask], -1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue