diff --git a/README.md b/README.md index b57db7a..5892da6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ import towhee towhee.glob('./archery.mp4') .video_decode.ffmpeg() .action_classification.uniformer( - model_name='omnivore_swinT', topk=5) + model_name='uniformer_k400_s8', topk=5) .show() ) ```