logo
Browse Source

l

Signed-off-by: xujinling <jinling.xu@zilliz.com>
main
xujinling 2 years ago
parent
commit
c91d608a0e
  1. 4
      video_swin_transformer.py

4
video_swin_transformer.py

@ -23,7 +23,7 @@ class VideoSwinTransformer(NNOperator):
Args:
model_name (`str`):
Supported model names:
- swin_tiny_patch244_window877_kinetics400_1k
- swin_t_w877_k400_1k
skip_preprocess (`str`):
Flag to skip video transforms.
classmap (`str=None`):
@ -32,7 +32,7 @@ class VideoSwinTransformer(NNOperator):
The number of classification labels to be returned (ordered by possibility from high to low).
"""
def __init__(self,
model_name: str = 'swin_tiny_patch244_window877_kinetics400_1k',
model_name: str = 'swin_t_w877_k400_1k',
framework: str = 'pytorch',
skip_preprocess: bool = False,
classmap: str = None,

Loading…
Cancel
Save