Commit 4dcc11d1 authored by syiming's avatar syiming
Browse files

change doc string for rpn_box_predictor_features

parent e186a940
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment