We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bbfc42 + 10c7b2a commit eb331b9Copy full SHA for eb331b9
micro_sam/evaluation/inference.py
@@ -94,7 +94,7 @@ def _get_batched_prompts(
94
# apply the transforms to the points and boxes
95
if use_boxes:
96
input_boxes = torch.from_numpy(
97
- transform_function.apply_boxes(input_points.numpy(), gt.shape)
+ transform_function.apply_boxes(input_boxes.numpy(), gt.shape)
98
)
99
if use_points:
100
input_points = torch.from_numpy(
0 commit comments