nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

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

Open pyjacques opened this issue 1 year ago • 5 comments

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

pyjacques avatar Oct 16 '24 14:10 pyjacques

+1 same issue

Haven-Lau avatar Oct 21 '24 06:10 Haven-Lau

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

Alby90 avatar Oct 21 '24 21:10 Alby90

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

HectorZarate avatar Oct 22 '24 22:10 HectorZarate

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

HectorZarate avatar Oct 22 '24 22:10 HectorZarate

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

Knni9ht avatar Oct 28 '24 03:10 Knni9ht

worked for me too ^^

pyjacques avatar Dec 01 '24 08:12 pyjacques

pip show pymeshlab

Were there any problems with training ns-train splatfacto? And if so, how were they resolved? Sorry for going off topic...

Serzhiv avatar Nov 13 '25 14:11 Serzhiv