Skip to content

Commit 1d9ec54

Browse files
jaesunyfmassa
authored andcommitted
Fix hmdb51 and ucf101 typo (#1420)
* Fix hmdb51.py typo * Fix ucf101.py typo
1 parent 537255a commit 1d9ec54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

torchvision/datasets/hmdb51.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class HMDB51(VisionDataset):
1111
"""
12-
HMDB51 <http://serre-lab.clps.brown.edu/resource/hmdb-a-large-human-motion-database/>`_
12+
`HMDB51 <http://serre-lab.clps.brown.edu/resource/hmdb-a-large-human-motion-database/>`_
1313
dataset.
1414
1515
HMDB51 is an action recognition video dataset.

torchvision/datasets/ucf101.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class UCF101(VisionDataset):
1111
"""
12-
UCF101 <https://www.crcv.ucf.edu/data/UCF101.php>`_ dataset.
12+
`UCF101 <https://www.crcv.ucf.edu/data/UCF101.php>`_ dataset.
1313
1414
UCF101 is an action recognition video dataset.
1515
This dataset consider every video as a collection of video clips of fixed size, specified

0 commit comments

Comments
 (0)