Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
a4736ea6
Unverified
Commit
a4736ea6
authored
Sep 09, 2020
by
Peter Whidden
Committed by
GitHub
Sep 09, 2020
Browse files
Update dead links to coco website (#2659)
parent
717cf954
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torchvision/datasets/coco.py
torchvision/datasets/coco.py
+2
-2
No files found.
torchvision/datasets/coco.py
View file @
a4736ea6
...
...
@@ -6,7 +6,7 @@ from typing import Any, Callable, Optional, Tuple
class
CocoCaptions
(
VisionDataset
):
"""`MS Coco Captions <http://
ms
coco
.org/
dataset/#captions-
challenge
2015>`_ Dataset.
"""`MS Coco Captions <http
s
://cocodataset
.org
/#captions-2015>`_ Dataset.
Args:
root (string): Root directory where images are downloaded to.
...
...
@@ -87,7 +87,7 @@ class CocoCaptions(VisionDataset):
class
CocoDetection
(
VisionDataset
):
"""`MS Coco Detection <http://
ms
coco
.org/
dataset/#detection
s-challenge
2016>`_ Dataset.
"""`MS Coco Detection <http
s
://cocodataset
.org
/#detection
-
2016>`_ Dataset.
Args:
root (string): Root directory where images are downloaded to.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment