huangyangyi / TeCH

[3DV 2024] Official repo of "TeCH: Text-guided Reconstruction of Lifelike Clothed Humans"

Home Page:https://huangyangyi.github.io/TeCH/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I'm stuck at this step”export textured mesh with UV map, using atlas for UV unwraping.“

surheaven opened this issue · comments

image
This step lasted an hour and didn't go any further. Hardware runs are available here.
image
The input image is shown below:
test

image This step lasted an hour and didn't go any further. Hardware runs are available here. image The input image is shown below: test

Me too! Haveyou solved the problem?

@thmoa have updated the atlas params in commit#f84972

Me too! Haveyou solved the problem?

@lxfyn

  1. downsample the geometry produced by Geo-SDS, see mesh_util.py#L405 and postprocess.py#L265
  2. update the UV atlas params, see commit#f84972

@lxfyn

  1. 对 Geo-SDS 生成的几何图形进行下采样,参见 mesh_util.py#L405postprocess.py#L265
  2. 更新 UV 图集参数,参见 commit#f84972

@YuliangXiu thank you for your reply! But I updated the above files as you said but still no success