mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
reduced chance of "The paging file is too small for this operation to complete."
This commit is contained in:
parent
61f93063b2
commit
1e003170bd
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
from .estimate_sharpness import estimate_sharpness
|
|
||||||
from .equalize_and_stack_square import equalize_and_stack_square
|
from .equalize_and_stack_square import equalize_and_stack_square
|
||||||
|
|
||||||
from .text import get_text_image, get_draw_text_lines
|
from .text import get_text_image, get_draw_text_lines
|
||||||
|
|
|
@ -13,7 +13,7 @@ from numpy import linalg as npla
|
||||||
|
|
||||||
from core import imagelib, mathlib, pathex
|
from core import imagelib, mathlib, pathex
|
||||||
from core.cv2ex import *
|
from core.cv2ex import *
|
||||||
from core.imagelib import estimate_sharpness
|
from core.imagelib.estimate_sharpness import estimate_sharpness
|
||||||
from core.interact import interact as io
|
from core.interact import interact as io
|
||||||
from core.joblib import Subprocessor
|
from core.joblib import Subprocessor
|
||||||
from core.leras import nn
|
from core.leras import nn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue