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

ns-export gaussian-splat, no errors, no splat.ply #3483

Open
pyjacques opened this issue Oct 16, 2024 · 5 comments
Open

ns-export gaussian-splat, no errors, no splat.ply #3483

pyjacques opened this issue Oct 16, 2024 · 5 comments

Comments

@pyjacques
Copy link

Describe the bug
Nothing appends when using ns-export gaussian-splat command (no file created, no errors)

To Reproduce
Steps to reproduce the behavior:

  1. conda activate nerfstudio
  2. cd nerfstudio
  3. ns-export gaussian-splat --load-config outputs/splatfacto/2024-10-16_152313/config.yml --output-dir exports/splat/

Expected behavior
file created in e:/conda/nerfstudio/exports/splat/splat.ply

Screenshots

(nerfstudio) E:\conda\nerfstudio>ns-export gaussian-splat --load-config outputs/splatfacto/2024-10-16_152313/config.yml --output-dir exports/splat/

(nerfstudio) E:\conda\nerfstudio>

Additional context
Windows 11
MicroConda3
VS2019
Neftstudio 1.1.4
gSplat 1.4.0
successful training
ns-viewer --load-config outputs/splatfacto/2024-10-16_152313/config.yml works perfectly

@Haven-Lau
Copy link

+1 same issue

@Alby90
Copy link

Alby90 commented Oct 21, 2024

+1. same. even "ns-export --help" gives no output.

@HectorZarate
Copy link

+1 Getting no errors or output with ns-export no matter what args are passed.

@HectorZarate
Copy link

I fixed it by downgrading pymeshlab, I had 2023.12.post2 installed. Downgraded to 2023.12.post1

(nerfstudio) C:\Users\Hector\nerfstudio>pip show pymeshlab
Name: pymeshlab
Version: 2023.12.post2
Summary: A Python interface to MeshLab
Home-page: https://github.com/cnr-isti-vclab/PyMeshLab
Author: Alessandro Muntoni, Paolo Cignoni
Author-email: [email protected]
License: GPL3
Location: c:\users\hector\anaconda3\envs\nerfstudio\lib\site-packages
Requires: msvc-runtime, numpy
Required-by: nerfstudio


pip uninstall pymeshlab
pip install pymeshlab==2023.12.post1

@Knni9ht
Copy link

Knni9ht commented Oct 28, 2024

I fixed it by downgrading pymeshlab, I had 2023.12.post2 installed. Downgraded to 2023.12.post1

(nerfstudio) C:\Users\Hector\nerfstudio>pip show pymeshlab
Name: pymeshlab
Version: 2023.12.post2
Summary: A Python interface to MeshLab
Home-page: https://github.com/cnr-isti-vclab/PyMeshLab
Author: Alessandro Muntoni, Paolo Cignoni
Author-email: [email protected]
License: GPL3
Location: c:\users\hector\anaconda3\envs\nerfstudio\lib\site-packages
Requires: msvc-runtime, numpy
Required-by: nerfstudio


pip uninstall pymeshlab
pip install pymeshlab==2023.12.post1

it worked for me,thanks

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