You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this great work. I have a question:
Given a batched input x: B,3,H,W, what is the best way to:
a) batch preprocess the images (so that you can offload this to a dataloader)
b) do a batch segmentation given a prompt: B, K, 2 and label: B, K, 2
c) extract both the mask and the features of the mask (can be an average) for the resulting segmentation?
Thank you,
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for this great work. I have a question:
Given a batched input x: B,3,H,W, what is the best way to:
a) batch preprocess the images (so that you can offload this to a dataloader)
b) do a batch segmentation given a prompt: B, K, 2 and label: B, K, 2
c) extract both the mask and the features of the mask (can be an average) for the resulting segmentation?
Thank you,
The text was updated successfully, but these errors were encountered: