mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-04-22 09:06:20 +02:00
ae2d21456d
Sharpness and some other improvements added!
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] |