Browse Source
Debug examples
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -45,7 +45,7 @@ import towhee |
|
|
.video_decode.ffmpeg['path', 'frames']() |
|
|
.video_decode.ffmpeg['path', 'frames']() |
|
|
.action_classification.timesformer['frames', ('labels', 'scores', 'features')]( |
|
|
.action_classification.timesformer['frames', ('labels', 'scores', 'features')]( |
|
|
model_name='timesformer_k400_8x224') |
|
|
model_name='timesformer_k400_8x224') |
|
|
.select['labels', 'scores', 'features']() |
|
|
|
|
|
|
|
|
.select['path', 'labels', 'scores', 'features']() |
|
|
.show(formatter={'path':'video_path'}) |
|
|
.show(formatter={'path':'video_path'}) |
|
|
) |
|
|
) |
|
|
``` |
|
|
``` |
|
|