You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue of evaluating the provided pretrained models.
Following #63, I downloaded the vanilla animatable NeRF models, aligned_aninerf_lbw_${sub}, and run the command for test, according to https://github.com/zju3dv/animatable_nerf/blob/master/test.sh
However, the resulted metrics are somehow different from the reported ones in NeuralBody-TPAMI.
For example, for subject 393 (Swing3), the reported novel-view scores are PSNR=27.53, SSIM=0.925, the yielded scores of the downloaded model, aligned_aninerf_lbw_393/latest.pth are PSNR=25.58, SSIM=0.9121
Is there any reason for this? (For example, the dataset was updated)
The text was updated successfully, but these errors were encountered:
I see aligned_aninerf_lbw_${sub}.yaml uses data/light_stage while configs/aninerf_${sub}.yaml uses data/zju_mocap.
Is there any difference between light_stage and zju_mocap?
Thanks! Are rendered images with the reported scores available? If the released model cannot reproduce the reported scores on my machine, it would be great to access the rendered results directly.
Hi authors,
I have an issue of evaluating the provided pretrained models.
Following #63, I downloaded the vanilla animatable NeRF models, aligned_aninerf_lbw_${sub}, and run the command for test, according to https://github.com/zju3dv/animatable_nerf/blob/master/test.sh
However, the resulted metrics are somehow different from the reported ones in NeuralBody-TPAMI.
For example, for subject 393 (Swing3), the reported novel-view scores are PSNR=27.53, SSIM=0.925, the yielded scores of the downloaded model, aligned_aninerf_lbw_393/latest.pth are PSNR=25.58, SSIM=0.9121
Is there any reason for this? (For example, the dataset was updated)
The text was updated successfully, but these errors were encountered: