Skip to content

Commit eb331b9

Browse files
Merge pull request #224 from computational-cell-analytics/u-import
Merge fixes into master
2 parents 6bbfc42 + 10c7b2a commit eb331b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro_sam/evaluation/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _get_batched_prompts(
9494
# apply the transforms to the points and boxes
9595
if use_boxes:
9696
input_boxes = torch.from_numpy(
97-
transform_function.apply_boxes(input_points.numpy(), gt.shape)
97+
transform_function.apply_boxes(input_boxes.numpy(), gt.shape)
9898
)
9999
if use_points:
100100
input_points = torch.from_numpy(

0 commit comments

Comments
 (0)