mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-05-10 18:06:28 +02:00
7 lines
122 B
Python
7 lines
122 B
Python
from typing import Any
|
|
|
|
from insightface.app.common import Face
|
|
import numpy
|
|
|
|
Face = Face
|
|
Frame = numpy.ndarray[Any, Any]
|