added face marker model InsightFace2D106 that provides better face alignment

This commit is contained in:
iperov 2022-01-14 15:40:19 +04:00
commit 0c240b53aa
6 changed files with 121 additions and 20 deletions

View file

@ -3,4 +3,5 @@ from enum import IntEnum
class ELandmarks2D(IntEnum):
L5 = 0
L68 = 1
L468 = 2
L106 = 2
L468 = 3