POPE icon indicating copy to clipboard operation
POPE copied to clipboard

no module name einops

Open Tranthanhbao198 opened this issue 9 months ago • 2 comments

Hello, i followed your tutorial, but when i run python3 visual_sam.py, i got this error: Traceback (most recent call last): File "/home/apicoo3569/POPE/visual_sam.py", line 1, in from pope_model_api import * File "/home/apicoo3569/POPE/pope_model_api.py", line 53, in from src.matcher import Matcher, default_cfg File "/home/apicoo3569/POPE/src/matcher/init.py", line 1, in from .matcher import Matcher File "/home/apicoo3569/POPE/src/matcher/matcher.py", line 3, in from einops.einops import rearrange ModuleNotFoundError: No module named 'einops'

please help me to fix. thank you

Tranthanhbao198 avatar May 27 '24 10:05 Tranthanhbao198