KeKsBoTer / c3dgs

Compressed 3D Gaussian Splatting for Accelerated Novel View Synthesis
https://keksboter.github.io/c3dgs/
Other
270 stars 30 forks source link

Import torch_scatter cause Segmentation fault (core dumped) #5

Closed M1sak1-Mei closed 3 months ago

M1sak1-Mei commented 4 months ago

hello, when I tried to run compress.py, terminal shows Segmentation fault (core dumped). I used faulthandler then used python terminal to locate the error, which is from torch_scatter import scatter ,existing in vq.py I create the conda env with environment.yml, and I have tried to recreate env of just reinstall pytorch_scatter package but dose not work. and my cuda toolkit version is 12.1. Can someone give me some suggestion?I appreciate your helping. image image