@@ -21,8 +21,8 @@ def get_rel_path(path: str):
class MattingModel:
path = ""
config = ""
- model: paddle.nn.layer.Layer
- transforms: Compose
+ model = None
+ transforms: ppmatting.transforms.Compose
init = False
def __init__(self, p, c):