GTA icon indicating copy to clipboard operation
GTA copied to clipboard

[NeurIPS 23] Official repository for NeurIPS 2023 paper "Global-correlated 3D-decoupling Transformer for Clothed Avatar Reconstruction"

Results 5 GTA issues
Sort by recently updated
recently updated
newest added

I observed that the SSIM and LIPIS metrics for the GTA on the Thuman2.0 dataset have not been made available. Could you kindly provide this data or share the rendered...

The get_sampling_geo method is used to obtain the geometric sampling points in the code. smplx_verts can be obtained from smplx_param using the compute_smpl_verts method. ![image](https://github.com/River-Zhang/GTA/assets/65723649/41f7f594-6102-4a2a-9700-6cb1b61d3b8b) Use load_fit_body in comput_smpl_verts to...

When estimating the human body geometry, the query operation is performed in HGPIFuNet. ![image](https://github.com/River-Zhang/GTA/assets/65723649/1f2ae8b0-f18e-44e1-a0e6-a2cbbadc9630) The first step is to project the sampled point set onto the image plane. But I...

I found that the front/back normal maps are also used as input to the encoder and image to generate three-plane features. I want to know why? Will the result be...

Thanks for your great work! I encountered some problems during inferencing. Would you please help me? **My inference results have strange surfaces just as #7** I noticed that an ERROR...