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

error when run octree extraction #23

Closed
Holmes-Alan opened this issue Jun 7, 2022 · 5 comments
Closed

error when run octree extraction #23

Holmes-Alan opened this issue Jun 7, 2022 · 5 comments

Comments

@Holmes-Alan
Copy link

Hello, thank you for providing codes! I met the problem when trying to extract the octree from a Jax checkpoint.

I ran the command as:
python -m octree.extraction --train_dir checkpoints/chair/ --is_jaxnerf_ckpt --config nerf_sh/config/blender --data_dir ../../data/3D/synthetic/chair --output checkpoints/chair/octrees/tree.npz

and I got the error as:
File "/workspace/NeRF/plenoctree/octree/extraction.py", line 184, in calculate_grid_weights
opts = _C.RenderOptions()
AttributeError: 'NoneType' object has no attribute 'RenderOptions'

Could you please help me?

@Holmes-Alan
Copy link
Author

resolved

@SSground
Copy link

how to solve?

@CCOSerika
Copy link

I solved it by pip uninstall svox, download svox.zip and pip install svox.zip. Hope it helps.

@weihaosky
Copy link

weihaosky commented Oct 31, 2022

solved by installing svox of the right version pip install svox==0.2.28

@liaohuanxuan
Copy link

I still have this problem, is there any other solution?

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

5 participants