import towhee ( towhee.glob('./archery.mp4') .video_decode.ffmpeg() .action_classification.movinet( model_name='movineta0', topk=5) .show() )