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.
1 parent 14b27a9 commit b44bf6fCopy full SHA for b44bf6f
inference/models/sam3/segment_anything3.py
@@ -438,7 +438,8 @@ def segment_image(
438
post = PostProcessImage(
439
max_dets_per_img=-1,
440
iou_type="segm",
441
- use_original_sizes=True,
+ use_original_sizes_box=True,
442
+ use_original_sizes_mask=True,
443
convert_mask_to_rle=False,
444
detection_threshold=float(
445
output_prob_thresh if output_prob_thresh is not None else 0.35
0 commit comments