Variable name changes, setting .rawCoords only if necessary

pull/280/head
ButzYung 2020-12-23 00:33:11 +08:00 committed by Vladimir Mandic
parent 2eb0578501
commit 94fb9408ad
1 changed files with 3 additions and 3 deletions

View File

@ -291,9 +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,
// AT: boxRaw, meshRaw
boxRaw: face.boxRaw,
meshRaw: face.meshRaw,
annotations: face.annotations,
age: ageRes.age,
gender: genderRes.gender,