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
b13931af
Commit
b13931af
authored
Oct 07, 2019
by
Jaesun Park
Committed by
Francisco Massa
Oct 07, 2019
Browse files
Fix hmdb51 and ucf101 typo (#1420)
* Fix hmdb51.py typo * Fix ucf101.py typo
parent
929c81d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
torchvision/datasets/hmdb51.py
torchvision/datasets/hmdb51.py
+1
-1
torchvision/datasets/ucf101.py
torchvision/datasets/ucf101.py
+1
-1
No files found.
torchvision/datasets/hmdb51.py
View file @
b13931af
...
@@ -9,7 +9,7 @@ from .vision import VisionDataset
...
@@ -9,7 +9,7 @@ from .vision import VisionDataset
class
HMDB51
(
VisionDataset
):
class
HMDB51
(
VisionDataset
):
"""
"""
HMDB51 <http://serre-lab.clps.brown.edu/resource/hmdb-a-large-human-motion-database/>`_
`
HMDB51 <http://serre-lab.clps.brown.edu/resource/hmdb-a-large-human-motion-database/>`_
dataset.
dataset.
HMDB51 is an action recognition video dataset.
HMDB51 is an action recognition video dataset.
...
...
torchvision/datasets/ucf101.py
View file @
b13931af
...
@@ -9,7 +9,7 @@ from .vision import VisionDataset
...
@@ -9,7 +9,7 @@ from .vision import VisionDataset
class
UCF101
(
VisionDataset
):
class
UCF101
(
VisionDataset
):
"""
"""
UCF101 <https://www.crcv.ucf.edu/data/UCF101.php>`_ dataset.
`
UCF101 <https://www.crcv.ucf.edu/data/UCF101.php>`_ dataset.
UCF101 is an action recognition video dataset.
UCF101 is an action recognition video dataset.
This dataset consider every video as a collection of video clips of fixed size, specified
This dataset consider every video as a collection of video clips of fixed size, specified
...
...
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