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
Hi,
I’m encountering an issue while fine-tuning AutoSAM on my dataset. In train.py, the line:
image_embeddings = sam.image_encoder(input_images) is returning None for image_embeddings, which then causes masks to also be None.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I’m encountering an issue while fine-tuning AutoSAM on my dataset. In train.py, the line:
image_embeddings = sam.image_encoder(input_images) is returning None for image_embeddings, which then causes masks to also be None.
Thank you.
The text was updated successfully, but these errors were encountered: