mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-03-19 06:11:44 +01:00
8 lines
122 B
Python
8 lines
122 B
Python
|
from typing import Any
|
||
|
|
||
|
from insightface.app.common import Face
|
||
|
import numpy
|
||
|
|
||
|
Face = Face
|
||
|
Frame = numpy.ndarray[Any, Any]
|