daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.12k stars 248 forks source link

i get an error when i try to save obj with textures #119

Open maylad31 opened 2 years ago

maylad31 commented 2 years ago

I get an error that texture is non contiguous. I make the tensor contiguous using contiguous(). Then I get this: image = image.cpu().numpy() RuntimeError: CUDA error: an illegal memory access was encountered

mountain-shui commented 2 years ago

Me too, Do you find any solutions?

maylad31 commented 2 years ago

No , I couldn't.

logicsh commented 1 year ago

I have the same problem