update outputs structure

master
Vladimir Mandic 2021-08-11 18:57:26 -04:00
parent 2135debf19
commit bdc4077a3d
1 changed files with 1 additions and 1 deletions

@ -57,7 +57,7 @@ result: Result = {
} }
tensor: // if config.face.detector.return is set to true, detector will return tensor: // if config.face.detector.return is set to true, detector will return
// a raw tensor containing cropped image of a face // a raw tensor containing cropped image of a face
// note that tensors must be explicitly disposed to free memory by calling tensor.dispose(); // note that tensors must be explicitly disposed to free memory by calling tf.dispose(tensor);
} }
], ],
body: // <array of detected objects> body: // <array of detected objects>