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

When I render, I get an error. #64

Open
qixuanwang-233 opened this issue Apr 22, 2024 · 1 comment
Open

When I render, I get an error. #64

qixuanwang-233 opened this issue Apr 22, 2024 · 1 comment

Comments

@qixuanwang-233
Copy link

Hello. When I render, I get the following error.Do you know where the problem is?
(syncdreamer) root@autodl-container-785c4f8ba3-4890e570:~/autodl-tmp/SyncDreamer# python train_renderer.py -i /root/autodl-tmp/SyncDreamer/output/bear/0.png \

                     -n aircraft-neus \
                     -b configs/neus.yaml \
                     -l output/renderer 

Traceback (most recent call last):
File "/root/autodl-tmp/SyncDreamer/train_renderer.py", line 20, in
from renderer.renderer import NeuSRenderer, DEFAULT_SIDE_LENGTH
File "/root/autodl-tmp/SyncDreamer/renderer/renderer.py", line 18, in
from renderer.neus_networks import SDFNetwork, RenderingNetwork, SingleVarianceNetwork, SDFHashGridNetwork, RenderingFFNetwork
File "/root/autodl-tmp/SyncDreamer/renderer/neus_networks.py", line 7, in
import tinycudann as tcnn
File "/root/miniconda3/envs/syncdreamer/lib/python3.9/site-packages/tinycudann/init.py", line 9, in
from tinycudann.modules import free_temporary_memory, NetworkWithInputEncoding, Network, Encoding
File "/root/miniconda3/envs/syncdreamer/lib/python3.9/site-packages/tinycudann/modules.py", line 51, in
C = importlib.import_module(f"tinycudann_bindings.{cc}_C")
File "/root/miniconda3/envs/syncdreamer/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: /root/miniconda3/envs/syncdreamer/lib/python3.9/site-packages/tinycudann_bindings/_86_C.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNK3c1010TensorImpl36is_contiguous_nondefault_policy_implENS_12MemoryFormatE

@liuyuan-pal
Copy link
Owner

It seems that your tiny-cuda-nn needs to be recompiled. It is not correctly linked.

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