Open Tranthanhbao198 opened 5 months ago
Hey, you just have to install einops via pip, unfortunately the package is not in the requirements.txt
So just enter pip install einops in the terminal and it should work afterwards
Yes, this worked for me.
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