dlc / modules /typing.py
fangbin's picture
no message
deb4e3b
raw
history blame contribute delete
122 Bytes
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]