mirror of https://github.com/vladmandic/human
add note on disposing tensor
parent
f433ac2b3b
commit
e3468326ed
|
@ -98,6 +98,7 @@ const config: Config = {
|
|||
minConfidence: 0.2, // threshold for discarding a prediction
|
||||
iouThreshold: 0.1, // ammount of overlap between two detected objects before one object is removed
|
||||
return: false, // return extracted face as tensor
|
||||
// in which case user is reponsible for disposing the tensor
|
||||
},
|
||||
|
||||
mesh: {
|
||||
|
|
Loading…
Reference in New Issue