DeepFaceLab/nnlib/__init__.py
Colombo 734d97d729 added 'sort by vggface': sorting by face similarity using VGGFace model.
Requires 4GB+ VRAM and internet connection for the first run.
2019-10-23 15:06:39 +04:00

4 lines
No EOL
113 B
Python

from .nnlib import nnlib
from .FUNIT import FUNIT
from .TernausNet import TernausNet
from .VGGFace import VGGFace