initial commit

rebranding everything
This commit is contained in:
Kenneth Estanislao
2023-09-24 21:36:57 +08:00
parent f522c4ea89
commit e616245e3d
26 changed files with 2351 additions and 2 deletions

7
modules/typing.py Normal file
View File

@@ -0,0 +1,7 @@
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]