logo
Browse Source

Debug examples

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

2
README.md

@ -46,7 +46,7 @@ import towhee
.action_classification.timesformer['frames', ('labels', 'scores', 'features')](
model_name='timesformer_k400_8x224')
.select['path', 'labels', 'scores', 'features']()
.show(formatter={'path':'video_path'})
.show(formatter={'path': 'video_path'})
)
```
<img src="./result2.png" width="800px"/>

Loading…
Cancel
Save