YuliangXiu / ECON

[CVPR'23, Highlight] ECON: Explicit Clothed humans Optimized via Normal integration
https://xiuyuliang.cn/econ
Other
1.1k stars 105 forks source link

Mesh result is broken all the time #9

Closed alexjabka closed 1 year ago

alexjabka commented 1 year ago

Hello, does anyone know If there's a fix for this? image

Every result is like this... Wrecked mesh.

alexjabka commented 1 year ago

Actually it's not a big deal, you can fix this with sculpting. But result is always like this or it can be improved? Because on the previews the results are amazing, I want to achieve that quality if it's possible.

YuliangXiu commented 1 year ago

I guess you didn't install pypoisson correctly, the poisson reconstruction step (infer.py#L549) will inpaint the missing parts and removing such artifacts, getting xxx_full.obj finally.

But you don't need to install pypoisson now, I have replaced it with MeshLab's screened poisson reconstruction yesterday. You could git pull to get latest code.

alexjabka commented 1 year ago

My bad! Now it's working. Thank you.