donydchen / mvsplat

🌊 [ECCV'24 Oral] MVSplat: Efficient 3D Gaussian Splatting from Sparse Multi-View Images
https://donydchen.github.io/mvsplat
MIT License
750 stars 35 forks source link

Error running the experiments #58

Open danperazzo opened 1 month ago

danperazzo commented 1 month ago

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

donydchen commented 1 month ago

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.