Zechuan Zhang
Zechuan Zhang
Thanks very much!
That's strange. Maybe there is something wrong with the data processing. Currently, I haven't made a detailed training instruction. I'm reorganizing the codes of training and data processing because they...
It seems that this might be caused by the wrong environment. Could you please show me your environment settings?
We rendered the reconstructed mesh into images and then loaded both the rendered images and the ground truth images to calculate the PSNR. We did not calculate SSIM and LPIPS...
Actually, all points are projected into [-1, 1] space cubes to perform operations. It is not strictly camera coordinate but normalized device coordinates (NDC).
The parameters 'scale' and 'translation' are derived from the downloaded SMPLX fits and are used to ensure alignment between the fits and the mesh scan. This approach follows the standard...
Yes, it could improve the performance a little. As normal images of the input image are easy to acquire (using a pre-trained normal estimation model), we also input the front/back...
If you just want to use our model for inference, you can just input the image and the script will automatically resize it to (512,512). However, if you want to...
It should not happen and the body fitting should go 100% steps before the next stage. We haven't met this problem before. You could debug the body fitting process to...
It seems that the sifu.ckpt is not loaded. Please check if the ckpt path is correct (if the path was wrong, the model still runs).