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
0c92f9c7
Commit
0c92f9c7
authored
Jan 23, 2020
by
Ebey Abraham
Committed by
Francisco Massa
Jan 22, 2020
Browse files
fixed function description (#1768)
parent
e2a8b418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
torchvision/models/detection/mask_rcnn.py
torchvision/models/detection/mask_rcnn.py
+3
-3
No files found.
torchvision/models/detection/mask_rcnn.py
View file @
0c92f9c7
...
@@ -222,9 +222,9 @@ class MaskRCNNHeads(nn.Sequential):
...
@@ -222,9 +222,9 @@ class MaskRCNNHeads(nn.Sequential):
def
__init__
(
self
,
in_channels
,
layers
,
dilation
):
def
__init__
(
self
,
in_channels
,
layers
,
dilation
):
"""
"""
Arguments:
Arguments:
num_classe
s (int): number of
out
put c
lasse
s
in_channel
s (int): number of
in
put c
hannel
s
input_size (int): number of channels of the input once it's flattened
layers (list): feature dimensions of each FCN layer
representation_size (int): size of the intermediate representation
dilation (int): dilation rate of kernel
"""
"""
d
=
OrderedDict
()
d
=
OrderedDict
()
next_feature
=
in_channels
next_feature
=
in_channels
...
...
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