RoopSJTU / roop /typing.py
ubuntu
Initial Commit
46088e2
raw
history blame
129 Bytes
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]