mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
+xlib.facemeta and refactoring
This commit is contained in:
parent
081dde23c7
commit
63adc2995e
28 changed files with 962 additions and 613 deletions
4
xlib/facemeta/EMaskType.py
Normal file
4
xlib/facemeta/EMaskType.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from enum import IntEnum
|
||||
|
||||
class EMaskType(IntEnum):
|
||||
UNDEFINED = 0
|
Loading…
Add table
Add a link
Reference in a new issue