mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2024-03-22 13:10:55 +08:00
DFLJPG increase max chunk size for xseg data
This commit is contained in:
parent
f64b2495d9
commit
d8c7cc3d93
|
@ -308,7 +308,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 = 8192
|
||||
data_max_len = 50000
|
||||
|
||||
ret, buf = cv2.imencode('.png', img_data)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user