DeepFaceLive/xlib/face/ELandmarks2D.py

7 lines
103 B
Python

from enum import IntEnum
class ELandmarks2D(IntEnum):
L5 = 0
L68 = 1
L106 = 2
L468 = 3