mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-12-24 13:08:09 +08:00
7 lines
123 B
Python
7 lines
123 B
Python
from typing import Any
|
|
|
|
from insightface.app.common import Face
|
|
import numpy
|
|
|
|
Face = Face
|
|
Frame = numpy.ndarray[Any, Any] |