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
7d956458
Unverified
Commit
7d956458
authored
Oct 29, 2021
by
Vasilis Vryniotis
Committed by
GitHub
Oct 29, 2021
Browse files
Update comments with the correct recommended endpoint. (#4789)
parent
598fed26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
torchvision/prototype/models/_meta.py
torchvision/prototype/models/_meta.py
+4
-4
No files found.
torchvision/prototype/models/_meta.py
View file @
7d956458
...
...
@@ -3,7 +3,7 @@ This file is part of the private API. Please do not refer to any variables defin
removed on future versions without warning.
"""
# This will eventually be replaced with a call at torchvision.datasets.
f
in
d
("imagenet").
info.
categories
# This will eventually be replaced with a call at torchvision.datasets.in
fo
("imagenet").categories
_IMAGENET_CATEGORIES
=
[
"tench"
,
"goldfish"
,
...
...
@@ -1007,7 +1007,7 @@ _IMAGENET_CATEGORIES = [
"toilet tissue"
,
]
# To be replaced with torchvision.datasets.
f
in
d
("coco").
info.
categories
# To be replaced with torchvision.datasets.in
fo
("coco").categories
_COCO_CATEGORIES
=
[
"__background__"
,
"person"
,
...
...
@@ -1102,7 +1102,7 @@ _COCO_CATEGORIES = [
"toothbrush"
,
]
# To be replaced with torchvision.datasets.
f
in
d
("voc").
info.
categories
# To be replaced with torchvision.datasets.in
fo
("voc").categories
_VOC_CATEGORIES
=
[
"__background__"
,
"aeroplane"
,
...
...
@@ -1127,7 +1127,7 @@ _VOC_CATEGORIES = [
"tvmonitor"
,
]
# To be replaced with torchvision.datasets.
f
in
d
("kinetics400").
info.
categories
# To be replaced with torchvision.datasets.in
fo
("kinetics400").categories
_KINETICS400_CATEGORIES
=
[
"abseiling"
,
"air drumming"
,
...
...
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