Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'gaussianpro' #76

Open
myz1234 opened this issue Dec 24, 2024 · 2 comments
Open

No module named 'gaussianpro' #76

myz1234 opened this issue Dec 24, 2024 · 2 comments

Comments

@myz1234
Copy link

myz1234 commented Dec 24, 2024

您好,我遇到了这个问题,想问下要怎么解决呀?
Traceback (most recent call last):
File "train.py", line 17, in
from gaussian_renderer import render, network_gui
File "/mnt/home/mengyunzhu/GaussianPro-version1.0/gaussian_renderer/init.py", line 15, in
from scene.gaussian_model import GaussianModel
File "/mnt/home/mengyunzhu/GaussianPro-version1.0/scene/init.py", line 16, in
from scene.dataset_readers import sceneLoadTypeCallbacks
File "/mnt/home/mengyunzhu/GaussianPro-version1.0/scene/dataset_readers.py", line 18, in
from utils.graphics_utils import getWorld2View2, focal2fov, fov2focal
File "/mnt/home/mengyunzhu/GaussianPro-version1.0/utils/graphics_utils.py", line 18, in
from gaussianpro import propagate
ModuleNotFoundError: No module named 'gaussianpro'

@z-x-j
Copy link

z-x-j commented Dec 24, 2024

需要pip install submodel/gaussianpro

@myz1234
Copy link
Author

myz1234 commented Dec 24, 2024

感谢!!找到了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants