lsh0520 / 3D-MoLM

39 stars 5 forks source link

package problem #4

Closed wangjx22 closed 7 months ago

wangjx22 commented 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!

acharkq commented 7 months ago

You can install the lavis package by running

pip install salesforce-lavis

wangjx22 commented 7 months ago

Thanks!