* superb improved fanseg * _ * _ * added FANseg extractor for src and dst faces to use it in training * - * _ * _ * update to 'partial' func * _ * trained FANSeg_256_full_face.h5, new experimental models: AVATAR, RecycleGAN * _ * _ * _ * fix for TCC mode cards(tesla), was conflict with plaidML initialization. * _ * update manuals * _
5 lines
166 B
Python
5 lines
166 B
Python
from .Converter import Converter
|
|
from .ConverterMasked import ConverterMasked
|
|
from .ConverterImage import ConverterImage
|
|
from .ConverterAvatar import ConverterAvatar
|