mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-07 13:32:10 -07:00
6 lines
No EOL
90 B
Python
6 lines
No EOL
90 B
Python
from enum import IntEnum
|
|
|
|
class ELandmarks2D(IntEnum):
|
|
L5 = 0
|
|
L68 = 1
|
|
L468 = 2 |