huangyangyi / TeCH

[3DV 2024] Official repo of "TeCH: Text-guided Reconstruction of Lifelike Clothed Humans"
https://huangyangyi.github.io/TeCH/
MIT License
377 stars 24 forks source link

Questions about rendering images #24

Closed LLLLLLLianHua closed 7 months ago

LLLLLLLianHua commented 7 months ago

Hello, i have a question about render mesh How can the mesh with vertex colors generated by pifu, etc., be rendered as an image?

huangyangyi commented 7 months ago

Hi, you can modify the config to support rendering objects with vertex textures: cfg.model.use_vertex_tex=True For the implementation, you can refer to this function