mirror of https://github.com/vladmandic/human
add option to return face tensor
parent
69294f7a0a
commit
fa7ac1f695
|
@ -118,6 +118,7 @@ config = {
|
|||
scoreThreshold: 0.2, // threshold for deciding when to remove boxes based on score
|
||||
// in non-maximum suppression,
|
||||
// this is applied on detection objects only and before minConfidence
|
||||
return: true, // return extracted face as tensor
|
||||
},
|
||||
|
||||
mesh: {
|
||||
|
|
Loading…
Reference in New Issue