You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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__'
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: