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

how do you visualize the npz files by nerfvis? #26

Open
Holmes-Alan opened this issue Aug 16, 2022 · 0 comments
Open

how do you visualize the npz files by nerfvis? #26

Holmes-Alan opened this issue Aug 16, 2022 · 0 comments

Comments

@Holmes-Alan
Copy link

I understand that you release the trained NeRF-SH models as well as converted plenoctrees. However, when I used your converted plenoctrees for 3D visualization like using "ship.npz" from your file as following,

import nerfvis
scene = nerfvis.Scene("My 3D model")
scene.export(dirname='checkpoints/ship', display=True,
tree_file='tree.npz',
url="100.80.243.129", port=80)

I cannot get a 3D view from my browser. It always show loading at 100% but it never visualize the view, like
image

I assume that the problem is from the plenoctree compression step but I still cannot get it resolved.
Could you please help me out? Thank you!

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