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

Unable to extract point cloud. #50

Open
zero-kappa opened this issue Sep 2, 2024 · 1 comment
Open

Unable to extract point cloud. #50

zero-kappa opened this issue Sep 2, 2024 · 1 comment

Comments

@zero-kappa
Copy link

Describe the bug
Unable to extract poinc cloud from trained weights.

To Reproduce
Steps to reproduce the behavior:

  1. Train the model on PandaSet
    python nerfstudio/scripts/train.py neurad pandaset-data
  2. Extract the mesh from the trained weights and configs
ns-export poisson --load-config outputs/unnamed/neurad/2024-08-28_113003/config.yml --output-dir exports/mesh/ --target-num-faces 50000 --num-pixels-per-side 2048 --num-points 1000000 --remove-outliers True --normal-method open3d
 --use_bounding_box False --obb_center 0.0000000000 0.0000000000 0.0000000000 --obb_rotation 0.0000000000 0.0000000000 0.0000000000 --obb_scale 1.0000000000 1.0000000000 1.0000000000

Expected behavior
The program should calculate the point cloud first, but the progress is always stuck and ETA remains '--:--'.

Screenshots
image

@atonderski
Copy link
Collaborator

Interesting, we have never attempted to use the export functionality so it's a completely vanilla carryover from nerfstudio. Have you investigated this further and found the issue? Please open a PR if you find a fix

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