Commit 102611ad authored by Ronny Votel's avatar Ronny Votel Committed by TF Object Detection Team
Browse files

Pass boxes_strided to multi-class centernet postprocessing

PiperOrigin-RevId: 381366438
parent 6264aa72
......@@ -3759,7 +3759,7 @@ class CenterNetMetaArch(model.DetectionModel):
])
keypoints, keypoint_scores = self._postprocess_keypoints_multi_class(
prediction_dict, channel_indices, y_indices, x_indices,
None, num_detections)
boxes_strided, num_detections)
keypoints, keypoint_scores = (
convert_strided_predictions_to_normalized_keypoints(
keypoints, keypoint_scores, self._stride, true_image_shapes,
......
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