add note on disposing tensor

master
Vladimir Mandic 2021-06-18 13:38:29 -04:00
parent f433ac2b3b
commit e3468326ed
1 changed files with 1 additions and 0 deletions

@ -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: {