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

Errors while running test for fern #105

Open
Zvyozdo4ka opened this issue Jan 9, 2023 · 1 comment
Open

Errors while running test for fern #105

Zvyozdo4ka opened this issue Jan 9, 2023 · 1 comment

Comments

@Zvyozdo4ka
Copy link

Hello!

I am trying to cope with running test for fern case. But I got these errors.
Does anybody know how to debug it?
Has anyone successfully run this test?

Many thanks in advance.

Traceback (most recent call last):
  File "opt.py", line 389, in <module>
    eval_step()
  File "opt.py", line 324, in eval_step
    rgb_pred_test = grid.volume_render_image(cam, use_kernel=True)
  File "/home/yulduz/anaconda3/envs/plenoxel/lib/python3.8/site-packages/svox2/svox2.py", line 1159, in volume_render_image
    if self.basis_type != BASIS_TYPE_MLP and imrend_fn_name in _C.__dict__ and not torch.is_grad_enabled() and not return_raylen:
AttributeError: 'NoneType' object has no attribute '__dict__'
@sxyu
Copy link
Owner

sxyu commented Jan 15, 2023

Hi, it appears the CUDA extension failed to install here.
pip install -e . --verbose may reveal an error

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