from typing import Any, TypeAlias
from insightface.app.common import Face
import numpy
Frame: TypeAlias = numpy.ndarray[Any, Any]