mvsplat icon indicating copy to clipboard operation
mvsplat copied to clipboard

Error running the experiments

Open danperazzo opened this issue 1 year ago • 1 comments

Thanks for sharing this code and for the amazing project! I got the following error when trying to perform the evaluation experiments

.local/lib/python3.10/site-packages/diff_gaussian_rasterization/_C.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZNK3c1010TensorImpl18compute_contiguousEv

danperazzo avatar Aug 13 '24 21:08 danperazzo

Hi @danperazzo, It looks like the error is caused by diff_gaussian_rasterization. You might refer to https://github.com/donydchen/mvsplat/issues/15 for discussions about the CUDA version and how to ensure the correct installation of the diff_gaussian_rasterization package.

donydchen avatar Aug 27 '24 06:08 donydchen