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
d1e1aa12
Unverified
Commit
d1e1aa12
authored
Apr 28, 2020
by
Jackson Liu
Committed by
GitHub
Apr 28, 2020
Browse files
Update rpn.py (#2149)
parent
fed843da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/models/detection/rpn.py
torchvision/models/detection/rpn.py
+1
-1
No files found.
torchvision/models/detection/rpn.py
View file @
d1e1aa12
...
...
@@ -458,7 +458,7 @@ class RegionProposalNetwork(torch.nn.Module):
"""
Arguments:
images (ImageList): images for which we want to compute the predictions
features (
Lis
t[Tensor]): features computed from the images that are
features (
OrderedDic
t[Tensor]): features computed from the images that are
used for computing the predictions. Each tensor in the list
correspond to different feature levels
targets (List[Dict[Tensor]]): ground-truth boxes present in the image (optional).
...
...
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