LGM icon indicating copy to clipboard operation
LGM copied to clipboard

Can not convert to mesh from ply

Open bruinxiong opened this issue 1 year ago • 3 comments

image I try to convert .ply to textured mesh with convert.py. But I got this error as showed above. How can I fix it ?

bruinxiong avatar Jun 14 '24 12:06 bruinxiong

I'm facing a similar issue. Not sure why though. Let me know if you solve this.

mrtpk avatar Aug 14 '24 14:08 mrtpk

maybe related - https://github.com/NVlabs/nvdiffrast/issues/58

mrtpk avatar Aug 14 '24 14:08 mrtpk

see this - https://github.com/3DTopia/LGM/issues/38

solves by adding --force_cuda_rast. Example - python convert.py tiny --test_path workspace_test/catstatue_rgba.ply --force_cuda_rast

mrtpk avatar Aug 14 '24 14:08 mrtpk