YuliangXiu / ECON

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

About the resolution setting of ECON_ex model #85

Closed River-Zhang closed 1 year ago

River-Zhang commented 1 year ago

Hi I was reading your codes of infer.py and benchmark.py. I find that all the codes about setting resolutions (256 or 512) are in the IF net process. So I was wondering how to set the resolution when using ECON_EX rather than ECON_IF?

YuliangXiu commented 1 year ago

Such resolution setting is used on volumetric representation by Marching cubes (MC).

Since there is no MC in ECON_EX, the 3D resolution of final output is only defined by the 2D resolution of normal estimates.