mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-16 10:03:42 -07:00
refactoring
This commit is contained in:
parent
61d9f99b2b
commit
d90ec2d024
17 changed files with 202 additions and 41 deletions
6
xlib/face/ELandmarks2D.py
Normal file
6
xlib/face/ELandmarks2D.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from enum import IntEnum
|
||||
|
||||
class ELandmarks2D(IntEnum):
|
||||
L5 = 0
|
||||
L68 = 1
|
||||
L468 = 2
|
Loading…
Add table
Add a link
Reference in a new issue