add option to return face tensor

master
Vladimir Mandic 2021-03-11 18:25:50 -05:00
parent 69294f7a0a
commit fa7ac1f695
1 changed files with 1 additions and 0 deletions

@ -118,6 +118,7 @@ config = {
scoreThreshold: 0.2, // threshold for deciding when to remove boxes based on score scoreThreshold: 0.2, // threshold for deciding when to remove boxes based on score
// in non-maximum suppression, // in non-maximum suppression,
// this is applied on detection objects only and before minConfidence // this is applied on detection objects only and before minConfidence
return: true, // return extracted face as tensor
}, },
mesh: { mesh: {