mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 18:57:22 -07:00
DFLJPG, upd max save len
This commit is contained in:
parent
5446e17ea4
commit
9ed662c522
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ class DFLJPG(object):
|
|||
mask_a = imagelib.normalize_channels(mask_a, 1)
|
||||
img_data = np.clip( mask_a*255, 0, 255 ).astype(np.uint8)
|
||||
|
||||
data_max_len = 4096
|
||||
data_max_len = 8192
|
||||
|
||||
ret, buf = cv2.imencode('.png', img_data)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue