From f2f56977a48cc1709d64c5907fd74dd816f68ad5 Mon Sep 17 00:00:00 2001 From: gexy5 Date: Fri, 17 Jun 2022 16:19:49 +0800 Subject: [PATCH] modify readme Signed-off-by: gexy5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f397f6..e6bf2e5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ import towhee ( towhee.glob['path']('./archery.mp4') .video_decode.ffmpeg['path', 'frames']() - .action_classification.omnivore['frames', ('labels', 'scores', 'features')]( + .action_classification.movinet['frames', ('labels', 'scores', 'features')]( model_name='movineta0') .select['path', 'labels', 'scores', 'features']() .show(formatter={'path': 'video_path'}) @@ -64,7 +64,7 @@ model_name='movineta0', skip_preprocess=False, classmap=None, topk=5)*** ​ ***model_name***: *str* -​ The name of pre-trained tsm model. +​ The name of pre-trained movinet model. ​ Supported model names: - movineta0