Closed hayoung-jeremy closed 5 months ago
I've installed those libraries from the error log :
pip install mediapipe plyfile rembg
and re-tried, it seems working now, but still showing this error message :
Traceback (most recent call last):
File "/home/dreamer/threestudio/launch.py", line 62, in load_custom_module
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/home/dreamer/threestudio/custom/shap-e/__init__.py'
Cannot import custom/shap-e module for custom nodes: [Errno 2] No such file or directory: '/home/dreamer/threestudio/custom/shap-e/__init__.py'
Seems that the error occurs in the installation of Shap-E. Can the code run successfully with LRM? If so, please check the installation of Shap-E.
summary
reproduction of the error
installation process as follows :
install gaussian dreamer
install MVDream
install Shap-e
running following commands causes error :
the error message :