__init__.py 238 Bytes
Newer Older
Sugon_ldc's avatar
Sugon_ldc committed
1
2
3
4
5
6
7
8
from .backbone import *
from .losses import *
from .modnet import MODNet
from .human_matting import HumanMatting
from .dim import DIM
from .ppmatting import PPMatting
from .gca import GCABaseline, GCA
from .ppmattingv2 import PPMattingV2