We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537255a commit 1d9ec54Copy full SHA for 1d9ec54
torchvision/datasets/hmdb51.py
@@ -9,7 +9,7 @@
9
10
class HMDB51(VisionDataset):
11
"""
12
- 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/>`_
13
dataset.
14
15
HMDB51 is an action recognition video dataset.
torchvision/datasets/ucf101.py
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.
This dataset consider every video as a collection of video clips of fixed size, specified
0 commit comments