mirror of https://github.com/vladmandic/human
Option to return raw data (mesh, box) for Facemesh / "preserve aspect ratio" fix from Facemesh upstream
parent
8451446d2b
commit
2eb0578501
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue