3DTopia / LGM

[ECCV 2024 Oral] LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation.
https://me.kiui.moe/lgm/
MIT License
1.71k stars 118 forks source link

Can not convert to mesh from ply #62

Open bruinxiong opened 5 months ago

bruinxiong commented 5 months ago

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 ?

mrtpk commented 3 months ago

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

mrtpk commented 3 months ago

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

mrtpk commented 3 months ago

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