You need to sign in or sign up before continuing.
Unverified Commit a4736ea6 authored by Peter Whidden's avatar Peter Whidden Committed by GitHub
Browse files

Update dead links to coco website (#2659)

parent 717cf954
...@@ -6,7 +6,7 @@ from typing import Any, Callable, Optional, Tuple ...@@ -6,7 +6,7 @@ from typing import Any, Callable, Optional, Tuple
class CocoCaptions(VisionDataset): class CocoCaptions(VisionDataset):
"""`MS Coco Captions <http://mscoco.org/dataset/#captions-challenge2015>`_ Dataset. """`MS Coco Captions <https://cocodataset.org/#captions-2015>`_ Dataset.
Args: Args:
root (string): Root directory where images are downloaded to. root (string): Root directory where images are downloaded to.
...@@ -87,7 +87,7 @@ class CocoCaptions(VisionDataset): ...@@ -87,7 +87,7 @@ class CocoCaptions(VisionDataset):
class CocoDetection(VisionDataset): class CocoDetection(VisionDataset):
"""`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset. """`MS Coco Detection <https://cocodataset.org/#detection-2016>`_ Dataset.
Args: Args:
root (string): Root directory where images are downloaded to. root (string): Root directory where images are downloaded to.
......
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