From c61fb6a530125785c706e955b6acfd17e9ebfe46 Mon Sep 17 00:00:00 2001 From: Xinyu Ge Date: Thu, 9 Jun 2022 17:33:52 +0800 Subject: [PATCH] add README Signed-off-by: Xinyu Ge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b74229..b7a0ca5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ and a corresponding vector in numpy.ndarray given a video input data. ​ Input video data using local path in string or video frames in ndarray. -**Returns**: *(list, list)* +**Returns**: *(list, list, Tensor)* -​ A tuple of (labels, scores), +​ A tuple of (labels, scores, features), which contains lists of predicted class names and corresponding scores.