zju3dv / animatable_nerf

Code for "Animatable Implicit Neural Representations for Creating Realistic Avatars from Videos" TPAMI 2024, ICCV 2021
Other
494 stars 50 forks source link

A question about quantitative results #17

Closed Auggst closed 2 years ago

Auggst commented 2 years ago

Thanks for the quantitative results you provided.

I find a file called "metrics.npy" in it. At first i think the file records results in term of MSE,PSNR and SSIM.But the result i read is only a 23-dimensional array. When we test the model, i find there is also a file, including the results in term of MSE,PSNR and SSIM, called "metrics.npy".

Can you tell me what is the npy file you upload?

pengsida commented 2 years ago

https://github.com/zju3dv/animatable_nerf/blob/master/lib/evaluators/if_nerf.py#L79

You could simply ignore it.