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

ModuleNotFoundError: No module named 'prim3d' #5

Open
small-zeng opened this issue Aug 8, 2023 · 1 comment
Open

ModuleNotFoundError: No module named 'prim3d' #5

small-zeng opened this issue Aug 8, 2023 · 1 comment

Comments

@small-zeng
Copy link

using scene_id: 0616_00 train_suffix: 0616_00_pretrained vis_suffix: 0616_00_pretrained mvs_suffix: mvs **kwargs: --casting
Traceback (most recent call last):
File "scripts/train_pretrained.py", line 17, in
from scripts.generate_normal import ray_casting_depth_normal
File "/mnt/dataset/zengjing/HelixSurf/scripts/generate_normal.py", line 9, in
import prim3d
ModuleNotFoundError: No module named 'prim3d'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "scripts/train_pretrained.py", line 19, in
from generate_normal import ray_casting_depth_normal
File "/mnt/dataset/zengjing/HelixSurf/scripts/generate_normal.py", line 9, in
import prim3d
ModuleNotFoundError: No module named 'prim3d'

@small-zeng
Copy link
Author

When I run this code, the error occur, how to fix it?

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

1 participant