File size: 123 Bytes
05a3220 | 1 2 3 4 5 6 7 | from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any] |
05a3220 | 1 2 3 4 5 6 7 | from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any] |