File size: 173 Bytes
6bcb009
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from typing import Any

from insightface.app.common import Face
from roop.FaceSet import FaceSet
import numpy

Face = Face
FaceSet = FaceSet
Frame = numpy.ndarray[Any, Any]