-
Notifications
You must be signed in to change notification settings - Fork 13
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
get_mask cannot return valid mask #1
Comments
I also found that there were warnings when loading the model. Is this the reason? backbone.feature_extractor.,category_head.clip.clip.,clip_head.clip.clip. |
Thank you for your interest in our research and for bringing these issues to our attention. For the Could you please try to modify the model-loading code from
to
This adjustment may better align with the U-Net features utilized by ODISE. Alternatively, you might want to consider other segmentation methods, such as SAM, for obtaining the object mask. Our choice to use ODISE is mainly for convenience, and the mask is primarily for visualization purposes only. I hope this could help resolve your queries. Please feel free to reach out If you encounter further issues. |
Thank you for your thoughtful response and helpful suggestions. |
Hi!
when running the demo,
I found that the get_mask function cannot return a valid mask but an all-1 matrix. Is this a bug?
The text was updated successfully, but these errors were encountered: