ShichenLiu / SoftRas

Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
MIT License
1.24k stars 156 forks source link

"segmentation fault" in function load_textures_cuda.load_textures #33

Closed fitzhu closed 5 years ago

fitzhu commented 5 years ago

Hi:

I am trying the render example "example/demo_render.py", and the function sr.Mesh.from_obj returns "segmentation fault" error, is there any one has the same issue?

My env: pytorch 1.1.0; cuda 9.0; Tesla M40 GPU

Thanks~

fitzhu commented 5 years ago

I change gcc version from 4.8 to 5.4, and it solved~