Option to return raw data (mesh, box) for Facemesh / "preserve aspect ratio" fix from Facemesh upstream

pull/280/head
ButzYung 2020-12-22 21:36:01 +08:00 committed by Vladimir Mandic
parent 8451446d2b
commit 2eb0578501
1 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,9 @@ class Human {
confidence: face.confidence,
box: face.box,
mesh: face.mesh,
// AT: box_raw, mesh_raw
box_raw: face.box_raw,
mesh_raw: face.mesh_raw,
annotations: face.annotations,
age: ageRes.age,
gender: genderRes.gender,