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! First, really awesome work. I absolutely love this.
Second, when running the demo demo_som.py with a Seem inference, I noticed 2 errors. First, MPI is not defined in seem/utils/distributed.py. The from mpi4py import MPI statement is missing. Second, I get this error when running the seem model in the demo 'AttributeError: 'GeneralizedSEEM' object has no attribute 'evaluate_demo'. I installed the package by pip install git+https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once.git@package
Please advise on how to fix. Thank you for all the awesome research.