From 7874cb359c964a17da5385cc8e08c6a783735a12 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 9 Jun 2022 17:17:53 +0800 Subject: [PATCH] Debug examples Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9083312..3b6f8ab 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ import towhee .video_decode.ffmpeg['path', 'frames']() .action_classification.timesformer['frames', ('labels', 'scores', 'features')]( model_name='timesformer_k400_8x224') - .select['labels', 'scores', 'features']() + .select['path', 'labels', 'scores', 'features']() .show(formatter={'path':'video_path'}) ) ```