Skip to content

Commit

Permalink
Update docs/source/en/tasks/mask_generation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Khalusova <[email protected]>
  • Loading branch information
merveenoyan and MKhalusova authored Feb 6, 2024
1 parent 25371f0 commit 40700ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/tasks/mask_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ image = Image.open(requests.get(img_url, stream=True).raw).convert("RGB")
</div>

Let's segment everything. `points-per-batch` enables parallel inference of points in
segment everything mode. This will enable faster inference, but will consume high memory.
segment everything mode. This enables faster inference, but consumes more memory.
Moreover, SAM only enables batching over points and not the images. `pred_iou_thresh` is
the IoU confidence threshold where only the masks above that certain threshold are returned.

Expand Down

0 comments on commit 40700ee

Please sign in to comment.