mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
added face marker model InsightFace2D106 that provides better face alignment
This commit is contained in:
parent
4043de5260
commit
0c240b53aa
6 changed files with 121 additions and 20 deletions
|
@ -3,4 +3,5 @@ from enum import IntEnum
|
|||
class ELandmarks2D(IntEnum):
|
||||
L5 = 0
|
||||
L68 = 1
|
||||
L468 = 2
|
||||
L106 = 2
|
||||
L468 = 3
|
Loading…
Add table
Add a link
Reference in a new issue