logo
Browse Source

Debug examples

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
156b7c9cdc
  1. 2
      README.md

2
README.md

@ -43,7 +43,7 @@ import towhee
.video_decode.ffmpeg['path', 'frames']()
.action_classification.pytorchvideo['frames', ('labels', 'scores', 'features')](
model_name='slowfast_r50')
.select['labels', 'scores', 'features']()
.select['path', 'labels', 'scores', 'features']()
.show(formatter={'path': 'video_path'})
)
```

Loading…
Cancel
Save