manual extractor: increased FPS,

sort by final : now you can specify target number of images,
converter: fix seamless mask and exception,
huge refactoring
This commit is contained in:
iperov 2019-02-28 11:56:31 +04:00
commit 438213e97c
30 changed files with 1834 additions and 1718 deletions

View file

@ -1,7 +1,4 @@
from .ModelBase import ModelBase
from .ConverterBase import ConverterBase
from .ConverterMasked import ConverterMasked
from .ConverterImage import ConverterImage
def import_model(name):
module = __import__('Model_'+name, globals(), locals(), [], 1)