ShichenLiu / SoftRas

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

Seg Fault in SoftRasterizer #67

Open nvedant07 opened 3 years ago

nvedant07 commented 3 years ago

Thank you for this repo! I was trying to reproduce the results and was following the instructions given in the README. When I try to train the model for mesh reconstruction, I get a segmentation fault. It seems like the seg fault happens right when forward function of SoftRasterizer (in soft_renderer/rasterizer.py) is called. Why could this be happening and what can I do to fix this? (I'm using PyTorch 1.1.0 with CUDA 10.0)

xuxy09 commented 3 years ago

I also have this problem. Have you solved it?

wang-yating commented 3 years ago

I have the same problem. Any tips to solve it?

ShichenLiu commented 3 years ago

It should be working with your environment settings. I need more information to help you.