Browse Source
add 16 frames model
Signed-off-by: gexy5 <xinyu.ge@zilliz.com>
main
gexy5
2 years ago
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -15,7 +15,7 @@ and maps vectors with labels provided by datasets used for pre-training. |
|
|
|
|
|
|
|
|
## Code Example |
|
|
## 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)). |
|
|
([download](https://dl.fbaipublicfiles.com/pytorchvideo/projects/archery.mp4)). |
|
|
|
|
|
|
|
|
*Write the pipeline in simplified style*: |
|
|
*Write the pipeline in simplified style*: |
|
|