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

stuck at nerfacc utility #23

Open
admiral-chen opened this issue Feb 21, 2024 · 2 comments
Open

stuck at nerfacc utility #23

admiral-chen opened this issue Feb 21, 2024 · 2 comments

Comments

@admiral-chen
Copy link

Hi there,

When I try to run mesh construction with the "python convert.py big --test_path workspace_test/saved.ply" commend, I found the system stuck at Line "ray_indices, t_starts, t_ends = self.estimator.sampling(", which essentially call nerfacc.OccGridEstimator. I wonder how this could be solved? Many thanks!

YF

@orioljim1
Copy link

I've resolved issues related to OccGridEstimator by installing this nerfacc version
pip install nerfacc==0.5.2

@vmatthew4
Copy link

I resolved this issue by building the latest nerfacc from source

git clone https://github.com/nerfstudio-project/nerfacc
pip3 install ./nerfacc

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

3 participants