logo
Browse Source

modify

Signed-off-by: gexy5 <xinyu.ge@zilliz.com>
main
gexy5 2 years ago
parent
commit
f6fdb5b9c7
  1. 2
      README.md

2
README.md

@ -27,7 +27,7 @@ import towhee
( (
towhee.glob('./archery.mp4') towhee.glob('./archery.mp4')
.video_decode.ffmpeg() .video_decode.ffmpeg()
.video_classification.tsm(
.action_classification.tsm(
model_name='tsm_k400_r50_seg8', topk=5) model_name='tsm_k400_r50_seg8', topk=5)
.show() .show()
) )

Loading…
Cancel
Save