Skip to main content

LandmarkEngine

Landmark engine options for face landmark detection. Different engines offer different accuracy/speed tradeoffs.

enum LandmarkEngine {
HYPLMV2_025 = 0,
HYPLMV2_050 = 1,
INSIGHTFACE_2D106 = 2,
}

Values

EnumValueDescription
HYPLMV2_0250HypLMv2 0.25 - lightweight, fastest (default)
HYPLMV2_0501HypLMv2 0.50 - balanced accuracy and speed
INSIGHTFACE_2D1062InsightFace 2D106 track - highest accuracy, heavier