mirror of
https://github.com/lightbatis/DeepLiveCam.git
synced 2024-11-15 05:05:17 +00: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]
|