From bdc4077a3df07abdf4a2d5b2d2beadf2e573e8d8 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 11 Aug 2021 18:57:26 -0400 Subject: [PATCH] update outputs structure --- Outputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outputs.md b/Outputs.md index e9c2b76..c50aab2 100644 --- a/Outputs.md +++ b/Outputs.md @@ -57,7 +57,7 @@ result: Result = { } tensor: // if config.face.detector.return is set to true, detector will return // 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: //