sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 360 forks source link

segmentation fault #114

Open beibeirory opened 1 year ago

beibeirory commented 1 year ago

I have successfully installed the svox2, but I got a problem when I used it. Any idea about this.? Ubuntu 18.04, pytorch=1.10.2, cuda11.1

Python 3.8.8 (default, Apr 13 2021, 19:58:26) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.

import torch a = torch.rand(2,3) a.cuda() tensor([[0.0521, 0.9221, 0.7374], [0.9137, 0.7676, 0.1933]], device='cuda:0') import svox2 a.cuda() Segmentation fault (core dumped)

jiennyteng commented 1 year ago

I have met same problem , have you solve it yet ?