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
When using Grounded SAM 2 to process an image with the prompt "shirt," I encountered a ValueError. The error indicates that the mask must be a 3D np.ndarray with shape (1, H, W), but the provided mask has shape (1, 1, 1024, 768). ValueError: mask must be a 3D np.ndarray with shape (1, H, W), but got shape (1, 1, 1024, 768)
prompt = "shirt."
The text was updated successfully, but these errors were encountered:
When using Grounded SAM 2 to process an image with the prompt "shirt," I encountered a ValueError. The error indicates that the mask must be a 3D np.ndarray with shape (1, H, W), but the provided mask has shape (1, 1, 1024, 768).
ValueError: mask must be a 3D np.ndarray with shape (1, H, W), but got shape (1, 1, 1024, 768)
prompt = "shirt."
The text was updated successfully, but these errors were encountered: