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)
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)