Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dead links to coco website #2659

Merged
merged 1 commit into from Sep 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions torchvision/datasets/coco.py
Expand Up @@ -6,7 +6,7 @@


class CocoCaptions(VisionDataset):
"""`MS Coco Captions <http://mscoco.org/dataset/#captions-challenge2015>`_ Dataset.
"""`MS Coco Captions <https://cocodataset.org/#captions-2015>`_ Dataset.

Args:
root (string): Root directory where images are downloaded to.
Expand Down Expand Up @@ -87,7 +87,7 @@ def __len__(self) -> int:


class CocoDetection(VisionDataset):
"""`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset.
"""`MS Coco Detection <https://cocodataset.org/#detection-2016>`_ Dataset.

Args:
root (string): Root directory where images are downloaded to.
Expand Down