Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch inference for sam2 image pipeline #382

Open
wants to merge 6 commits into
base: sam2-image
Choose a base branch
from

Conversation

yizhuoz004
Copy link
Collaborator

No description provided.

@@ -174,19 +174,22 @@ def main(image_path: str, save_path: Optional[str] = None):
# Create predictor and process image
predictor = SAM2ImagePredictor(sam2_model)

predictor.set_image(image)
predictor.set_image_batch([image, image])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should an option to run batch N inference and not always batch = 2

box,
mask_input,
normalize_coords,
# assuming all images in the batch have the same size
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add an assertion for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants