You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: