We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I trained on the default dataset poster and obtained a psnr of ~20, which is not really bad. But when I exported the mesh, it looks weird:
poster
I tried adjusting bounding box, but it didn't really work.
Here's my command:
ns-export poisson --load-config outputs/poster/nerfacto/2025-01-26_000037/config.yml --output-dir exports/mesh_v4/ --target-num-faces 50000 --num-pixels-per-side 2048 --normal-method open3d --num-points 1000000 --remove-outliers True --use-bounding-box True --bounding-box-min -0.35 -0.25 -0.25 --bounding-box-max 0.15 0.25 0.25
Here's a screenshot from nerfstudio:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I trained on the default dataset
poster
and obtained a psnr of ~20, which is not really bad. But when I exported the mesh, it looks weird:I tried adjusting bounding box, but it didn't really work.
Here's my command:
Here's a screenshot from nerfstudio:
The text was updated successfully, but these errors were encountered: