mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-10 15:23:33 -07:00
refactoring
This commit is contained in:
parent
61d9f99b2b
commit
d90ec2d024
17 changed files with 202 additions and 41 deletions
4
xlib/face/EMaskType.py
Normal file
4
xlib/face/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