action-classification
copied
modify
Signed-off-by: gexy5 <xinyu.ge@zilliz.com>
@ -27,7 +27,7 @@ import towhee
(
towhee.glob('./archery.mp4')
.video_decode.ffmpeg()
.video_classification.tsm(
.action_classification.tsm(
model_name='tsm_k400_r50_seg8', topk=5)
.show()
)