YuliangXiu / ECON

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

How to evaluate on custom datasets? #96

Closed wszswppx closed 9 months ago

wszswppx commented 9 months ago

Thanks for your outstanding job.

I want to evaluate ECON on other dataset, or at least on other items in CAPE, rather than just on the provided list in testing.md and pose.txt .

Now all I have is some .obj files of clothed human.

My question is

  1. Is it necessary to prepare smpl(-x) GT first for each item? If so, how can I get them?
  2. Is it necessary to build a xxx_3views folder for my data, just like cape_3views for cape? If so, how can I make such directory and related data like calib, mask, etc?

Thanks a lot.

YuliangXiu commented 9 months ago
  1. YES. Because SMPL-X is used in the reconstruction process, maybe you can try on EasyMocap.
  2. YES. Just follow the rendering scripts in ICON