nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

RuntimeError: CUDA error: invalid argument

Open ldzhuang opened this issue 2 years ago • 0 comments

CUDA_LAUNCH_BLOCKING=1 ns-export tsdf --load-config outputs/fox/nerfacto/2023-01-31_012214/config.yml --output-dir exports/plane --downscale_factor 8 --resolution 128 --use-bounding-box True --bounding-box-min -0.5 -0.55 -0.25 --bounding-box-max 0.5 0.55 0.15 --px_per_uv_triangle 8

Traceback (most recent call last): File "/opt/conda/bin/ns-export", line 8, in sys.exit(entrypoint()) File "/workspace/nerfstudio-0.1.14/scripts/exporter.py", line 328, in entrypoint tyro.cli(tyro.conf.FlagConversionOff[Commands]).main() File "/workspace/nerfstudio-0.1.14/scripts/exporter.py", line 140, in main tsdf_utils.export_tsdf_mesh( File "/workspace/nerfstudio-0.1.14/nerfstudio/exporter/tsdf_utils.py", line 341, in export_tsdf_mesh tsdf.integrate_tsdf( File "/workspace/nerfstudio-0.1.14/nerfstudio/exporter/tsdf_utils.py", line 209, in integrate_tsdf voxel_cam_coords[:, 2, :] = -voxel_cam_coords[:, 2, :] RuntimeError: CUDA error: invalid argument

ldzhuang avatar Jan 31 '23 05:01 ldzhuang