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

How can I determine the scale of other dataset? #44

Closed 99sphere closed 1 year ago

99sphere commented 1 year ago

Thank you for sharing your awesome work.

I want to use part your work(apps/benchmark.py) to other dataset for mesh evaluation. In your code, you evaluate mesh using different scales for each dataset, how can you determine the scale? (in your code, cape is 100.0, renderer people is 1.0)

Thank you !

YuliangXiu commented 1 year ago
CAPE RenderPeople
Unit 1cm 1m

The scale factor is computed w.r.t. the unit, for example, if the max(V_y)-min(V_y)=185, the scale should be 1.0.