Skip to content

Commit 236a334

Browse files
authored
Update typo in mask_rcnn.py
1 parent dd29d51 commit 236a334

File tree

1 file changed

+1
-1
lines changed
  • tools/accuracy_checker/accuracy_checker/adapters

1 file changed

+1
-1
lines changed

tools/accuracy_checker/accuracy_checker/adapters/mask_rcnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _process_tf_obj_detection_api_outputs(self, raw_outputs, identifiers, frame_
170170
invalid_scores = np.logical_or(im_scores > 1, im_scores <= 0)
171171
if np.sum(invalid_scores) > 0:
172172
warnings.warn(
173-
f"Output for {identifier} consist invalid scores and boxes!\n"
173+
f"Output for {identifier} contains invalid scores and boxes!\n"
174174
f"Scores: {im_scores[ivalid_boxes]}\n"
175175
f"Boxes: {im_boxes[ivalid_boxes]}!"
176176
)

0 commit comments

Comments
 (0)