Commit 47b575bb authored by syiming's avatar syiming
Browse files

fix typo

parent eef5dd14
...@@ -847,7 +847,7 @@ class FasterRCNNMetaArch(model.DetectionModel): ...@@ -847,7 +847,7 @@ class FasterRCNNMetaArch(model.DetectionModel):
Returns: Returns:
prediction_dict: a dictionary holding "raw" prediction tensors: prediction_dict: a dictionary holding "raw" prediction tensors:
1) rpn_box_predictor_features: A 4-D float32/bfloat16 tensor with shape 1) rpn_box_predictor_features: A 4-D float32/bfloat16 tensor with shape
[batch_size, height__i, width_j, depth] to be used for predicting proposal [batch_size, height_i, width_j, depth] to be used for predicting proposal
boxes and corresponding objectness scores. boxes and corresponding objectness scores.
2) rpn_features_to_crop: A list of 4-D float32/bfloat16 tensor with shape 2) rpn_features_to_crop: A list of 4-D float32/bfloat16 tensor with shape
[batch_size, height, width, depth] representing image features to crop [batch_size, height, width, depth] representing image features to crop
......
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