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

modified - TestDataset.py; include .exr in img_fmts #12

Closed JinEui-Kim closed 1 year ago

JinEui-Kim commented 1 year ago

modified - imutils.py ; add opencv exr enable envirionment to consider .exr ; add imread for .exr image ; modified condition from 16-bit check to non 8-bit check

change 'if' state more generalized. for now, load_img can load image with .exr extension.

YuliangXiu commented 1 year ago

Thanks again, useful improvement.