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
ModelZoo
ResNet50_tensorflow
Commits
4dcc11d1
Commit
4dcc11d1
authored
Jul 29, 2020
by
syiming
Browse files
change doc string for rpn_box_predictor_features
parent
e186a940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/object_detection/meta_architectures/faster_rcnn_meta_arch.py
...ect_detection/meta_architectures/faster_rcnn_meta_arch.py
+2
-2
No files found.
research/object_detection/meta_architectures/faster_rcnn_meta_arch.py
View file @
4dcc11d1
...
...
@@ -1299,7 +1299,7 @@ class FasterRCNNMetaArch(model.DetectionModel):
Returns:
rpn_box_predictor_features: A list of 4-D float32 tensor with shape
[batch, height, width, depth] to be used for predicting proposal boxes
[batch, height
_i
, width
_j
, depth] to be used for predicting proposal boxes
and corresponding objectness scores.
rpn_features_to_crop: A list of 4-D float32 tensor with shape
[batch, height, width, depth] representing image features to crop using
...
...
@@ -1354,7 +1354,7 @@ class FasterRCNNMetaArch(model.DetectionModel):
Args:
rpn_box_predictor_features: A list of 4-D float32 tensor with shape
[batch, height, width, depth] to be used for predicting proposal boxes
[batch, height
_i
, width
_j
, depth] to be used for predicting proposal boxes
and corresponding objectness scores.
Returns:
...
...
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