Browse Source
Debug examples
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
@ -43,8 +43,8 @@ import towhee |
|
|
|
.video_decode.ffmpeg['path', 'frames']() |
|
|
|
.action_classification.pytorchvideo['frames', ('labels', 'scores', 'features')]( |
|
|
|
model_name='slowfast_r50') |
|
|
|
.select['labels', 'scores', 'features']() |
|
|
|
.show(formatter={'path':'video_path'}) |
|
|
|
.select['path', 'labels', 'scores', 'features']() |
|
|
|
.show(formatter={'path': 'video_path'}) |
|
|
|
) |
|
|
|
``` |
|
|
|
<img src="./result2.png" width="800px"/> |
|
|
|