from typing import Any
from insightface.app.common import Face as InsightFace
import numpy
# Alias for a detected face object from insightface
Face = InsightFace
# Alias for a numpy ndarray representing an image frame
Frame = numpy.ndarray