Closed wangjx22 closed 7 months ago
hello, I am try to run the stage1.py. But, got an error: ModuleNotFoundError: No module named 'lavis' the code issue is: from lavis.models.blip2_models.blip2 import in the line 17 and line 20 of 3D-MoLM/model/blip2qformer.py
How to address it? Thanks!
You can install the lavis package by running
pip install salesforce-lavis
Thanks!
hello, I am try to run the stage1.py. But, got an error: ModuleNotFoundError: No module named 'lavis' the code issue is: from lavis.models.blip2_models.blip2 import in the line 17 and line 20 of 3D-MoLM/model/blip2qformer.py
How to address it? Thanks!