8 lines
122 B
Python
Raw Normal View History

2023-09-24 21:36:57 +08:00
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]