mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
7 lines
No EOL
103 B
Python
7 lines
No EOL
103 B
Python
from enum import IntEnum
|
|
|
|
class ELandmarks2D(IntEnum):
|
|
L5 = 0
|
|
L68 = 1
|
|
L106 = 2
|
|
L468 = 3 |