DeepFaceLab/imagelib/__init__.py
iperov c39ed9d9c9 updated pdf manuals for AVATAR model.
Avatar converter: added super resolution option.
All converters: super resolution DCSCN network is now replaced by RankSRGAN
2019-08-25 17:43:52 +04:00

22 lines
No EOL
597 B
Python

from .estimate_sharpness import estimate_sharpness
from .equalize_and_stack_square import equalize_and_stack_square
from .text import get_text_image, get_draw_text_lines
from .draw import draw_polygon, draw_rect
from .morph import morph_by_points
from .warp import gen_warp_params, warp_by_params
from .reduce_colors import reduce_colors
from .color_transfer import color_hist_match, reinhard_color_transfer, linear_color_transfer
from .RankSRGAN import RankSRGAN
from .common import normalize_channels, overlay_alpha_image
from .IEPolys import IEPolys
from .blur import LinearMotionBlur