high / roop /typing.py
VanNguyen1214's picture
Upload 19 files
4cd180e verified
raw
history blame contribute delete
129 Bytes
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]