insight-face-rs 0.1.0

Face detection and recognition library using ONNX Runtime (Rust)
Documentation
1
2
3
4
5
6
7
8
9
pub const INPUT_SIZE: u32 = 112;

pub const ARCFACE_TEMPLATE: [[f32; 2]; 5] = [
    [38.2946, 51.6963],
    [73.5318, 51.5014],
    [56.0252, 71.7366],
    [41.5493, 92.3655],
    [70.7299, 92.2041],
];