nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Issue with ns-export Command: No Output or Error Message

Open shambhavijoshi opened this issue 3 months ago • 0 comments

Hello, I'm experiencing an issue with the ns-export command in nerfstudio. I’ve successfully completed the processing and training steps for my model, but when I attempt to export the point cloud, there’s no output generated in the specified directory, and no error message is displayed. the command I am running: ns-export pointcloud --load-config C:\Users\Shambhavi\OutdoorNerf_Data\Training\Process\nerfacto\2024-10-28_200304\config.yml --output-dir C:\Users\Shambhavi\OutdoorNerf_Data\Export --num-points 100000000 --remove-outliers True --normal-method open3d --save-world-frame True --obb_center 0.0000000000 0.0000000000 0.0000000000 --obb_rotation 0.0000000000 0.0000000000 0.0000000000 --obb_scale 1.3999999762 1.3999999762 1.2000000477 image

This command completes without any errors, but the output directory remains empty.

Running the basic ns-export pointcloud --help command also doesn't yield any output or error, which suggests the ns-export command itself may not be functioning.

If anyone has encountered a similar issue or has suggestions on how to troubleshoot this further, I'd greatly appreciate any guidance. Thank you!

shambhavijoshi avatar Oct 29 '24 02:10 shambhavijoshi