From 72f54d26ffc28b22cac7caa1eae2735c995543b1 Mon Sep 17 00:00:00 2001 From: gexy5 Date: Tue, 14 Jun 2022 15:50:07 +0800 Subject: [PATCH] add 16 frames model Signed-off-by: gexy5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab96b8f..7178f88 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and maps vectors with labels provided by datasets used for pre-training. ## Code Example -Use the pretrained ActionClip model to classify and generate a vector for the given video path './archery.mp4' +Use the pretrained TSM model to classify and generate a vector for the given video path './archery.mp4' ([download](https://dl.fbaipublicfiles.com/pytorchvideo/projects/archery.mp4)). *Write the pipeline in simplified style*: