nerfstudio
nerfstudio copied to clipboard
ns-export gaussian-splat, no errors, no splat.ply
Describe the bug Nothing appends when using ns-export gaussian-splat command (no file created, no errors)
To Reproduce Steps to reproduce the behavior:
- conda activate nerfstudio
- cd nerfstudio
- 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
+1 same issue
+1. same. even "ns-export --help" gives no output.
+1 Getting no errors or output with ns-export no matter what args are passed.
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
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
worked for me too ^^
pip show pymeshlab
Were there any problems with training ns-train splatfacto? And if so, how were they resolved? Sorry for going off topic...