Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
3894c353
Unverified
Commit
3894c353
authored
Sep 13, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Sep 13, 2022
Browse files
Adding classifications on Video models (#6572)
parent
b76eb266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
torchvision/models/video/mvit.py
torchvision/models/video/mvit.py
+4
-0
torchvision/models/video/s3d.py
torchvision/models/video/s3d.py
+2
-0
No files found.
torchvision/models/video/mvit.py
View file @
3894c353
...
@@ -667,6 +667,8 @@ def mvit_v1_b(*, weights: Optional[MViT_V1_B_Weights] = None, progress: bool = T
...
@@ -667,6 +667,8 @@ def mvit_v1_b(*, weights: Optional[MViT_V1_B_Weights] = None, progress: bool = T
Constructs a base MViTV1 architecture from
Constructs a base MViTV1 architecture from
`Multiscale Vision Transformers <https://arxiv.org/abs/2104.11227>`__.
`Multiscale Vision Transformers <https://arxiv.org/abs/2104.11227>`__.
.. betastatus:: video module
Args:
Args:
weights (:class:`~torchvision.models.video.MViT_V1_B_Weights`, optional): The
weights (:class:`~torchvision.models.video.MViT_V1_B_Weights`, optional): The
pretrained weights to use. See
pretrained weights to use. See
...
@@ -763,6 +765,8 @@ def mvit_v2_s(*, weights: Optional[MViT_V2_S_Weights] = None, progress: bool = T
...
@@ -763,6 +765,8 @@ def mvit_v2_s(*, weights: Optional[MViT_V2_S_Weights] = None, progress: bool = T
Constructs a small MViTV2 architecture from
Constructs a small MViTV2 architecture from
`Multiscale Vision Transformers <https://arxiv.org/abs/2104.11227>`__.
`Multiscale Vision Transformers <https://arxiv.org/abs/2104.11227>`__.
.. betastatus:: video module
Args:
Args:
weights (:class:`~torchvision.models.video.MViT_V2_S_Weights`, optional): The
weights (:class:`~torchvision.models.video.MViT_V2_S_Weights`, optional): The
pretrained weights to use. See
pretrained weights to use. See
...
...
torchvision/models/video/s3d.py
View file @
3894c353
...
@@ -187,6 +187,8 @@ def s3d(*, weights: Optional[S3D_Weights] = None, progress: bool = True, **kwarg
...
@@ -187,6 +187,8 @@ def s3d(*, weights: Optional[S3D_Weights] = None, progress: bool = True, **kwarg
Reference: `Rethinking Spatiotemporal Feature Learning <https://arxiv.org/abs/1712.04851>`__.
Reference: `Rethinking Spatiotemporal Feature Learning <https://arxiv.org/abs/1712.04851>`__.
.. betastatus:: video module
Args:
Args:
weights (:class:`~torchvision.models.video.S3D_Weights`, optional): The
weights (:class:`~torchvision.models.video.S3D_Weights`, optional): The
pretrained weights to use. See
pretrained weights to use. See
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment