Browse Source
add README
Signed-off-by: Xinyu Ge <xinyu.ge@zilliz.com>
main
Xinyu Ge
2 years ago
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
Input video data using local path in string or video frames in ndarray. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Returns**: *(list, list, Tensor)* |
|
|
|
|
|
|
|
|
**Returns**: *(list, list, torch.Tensor)* |
|
|
|
|
|
|
|
|
A tuple of (labels, scores, features), |
|
|
A tuple of (labels, scores, features), |
|
|
which contains lists of predicted class names and corresponding scores. |
|
|
which contains lists of predicted class names and corresponding scores. |
|
|