Commit b13931af authored by Jaesun Park's avatar Jaesun Park Committed by Francisco Massa
Browse files

Fix hmdb51 and ucf101 typo (#1420)

* Fix hmdb51.py typo

* Fix ucf101.py typo
parent 929c81d4
...@@ -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.
......
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment