YuliangXiu / ECON

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

Fix NumPy Deprecated Code and Improve Texture Quality #61

Closed kwan3854 closed 1 year ago

kwan3854 commented 1 year ago

Hello,

I've made two key updates to the ECON project:

Fixed deprecated NumPy code (np.bool to np.bool_) for better compatibility with newer NumPy versions, specifically regarding the IFNet option. Increased resolution of avatarizer uv mapping texture, which not only improves texture quality but also mitigates the issue of black gaps previously seen. These modifications have been thoroughly tested and they successfully enhance the project's functionality. Please consider merging these updates into the main branch.

YuliangXiu commented 1 year ago

Thanks for your fix and update, have merged.