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

about testing #32

Closed River-Zhang closed 1 year ago

River-Zhang commented 1 year ago

Hi, I was wondering if you could provide the testing and training code so that we can test and train on other datasets! Thanks very much!

YuliangXiu commented 1 year ago

I highly recommend using ECON_EX for testing or evaluation, which is optimization-based and requires no training process. And the normal and SMPL-X estimators are borrowed from off-the-shelf approaches.

River-Zhang commented 1 year ago

Thanks very much! By the way, I also want to ask something about the 3D results' images in the paper. Could you please tell me what rendering tools did you use to turn the mesh into such nice pictures? 1679145827333

YuliangXiu commented 1 year ago

Very simple

  1. Meshlab snapshot (phong.gdb, max shininess)
  2. Google Drawing (Format options -- Recolor)
Meshlab Google Drawing
image image
YuliangXiu commented 1 year ago

@River-Zhang Testing code is ready to use, please check testing.md for more details

River-Zhang commented 1 year ago

Copy that! Thanks very much!