River-Zhang / SIFU

[CVPR 2024 Highlight] Official repository for paper "SIFU: Side-view Conditioned Implicit Function for Real-world Usable Clothed Human Reconstruction"
https://river-zhang.github.io/SIFU-projectpage/
MIT License
201 stars 9 forks source link

Regarding the issue during testing #21

Closed glorioushonor closed 5 months ago

glorioushonor commented 5 months ago

Hello, I would like to ask if it is not necessary to have the left and right normal maps of the SMPL model when testing with the CAPE dataset? I noticed that the dataset does not include them.

River-Zhang commented 5 months ago

Although it is not contained in the cape dataset, we render the left and right normal maps from the estimated SMPL-X during testing. You can check the code in test_step(). image