mikeqzy / 3dgs-avatar-release

3DGS-Avatar: Animatable Avatars via Deformable 3D Gaussian Splatting
MIT License
315 stars 30 forks source link

Slightly lower performance than the paper #20

Closed JuewenPeng closed 3 months ago

JuewenPeng commented 4 months ago

I have evaluated the pretrained model on the scene 377 of ZJU-MoCap using your code. The PSNR and LPIPS are consistent with the paper, but the SSIM is 0.96977, which is lower than 0.9774 reported in the paper.

mikeqzy commented 3 months ago

Hi, this is weird, did you use the evaluation code here? SSIM value could be inconsistent between implementations.

JuewenPeng commented 3 months ago

I have fixed this problem by adjusting the version of "skimage" package (0.23.2 -> 0.19.3). Thank you very much.