"git@developer.sourcefind.cn:modelzoo/qwen_lmdeploy.git" did not exist on "f4422fabfa3cb661b205d20bb6bb8875dc488b7c"
Commit 8861a624 authored by Pengchong Jin's avatar Pengchong Jin Committed by A. Unique TensorFlower
Browse files

Internal changes.

PiperOrigin-RevId: 280262689
parent 13e18326
...@@ -286,7 +286,8 @@ def sample_and_crop_foreground_masks(candidate_rois, ...@@ -286,7 +286,8 @@ def sample_and_crop_foreground_masks(candidate_rois,
foreground_masks = tf.gather_nd(gt_masks, gather_nd_gt_indices) foreground_masks = tf.gather_nd(gt_masks, gather_nd_gt_indices)
cropped_foreground_masks = spatial_transform_ops.crop_mask_in_target_box( cropped_foreground_masks = spatial_transform_ops.crop_mask_in_target_box(
foreground_masks, foreground_boxes, foreground_rois, mask_target_size) foreground_masks, foreground_boxes, foreground_rois, mask_target_size,
sample_offset=0.5)
return foreground_rois, foreground_classes, cropped_foreground_masks return foreground_rois, foreground_classes, cropped_foreground_masks
......
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