YoungJoongUNC / Neural_Human_Performer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about the Evaluation.

JanaldoChen opened this issue · comments

In the ![evaluation](https://github.com/YoungJoongUNC/Neural_Human_Performer/blob/main/lib/evaluators/if_nerf.py#:~:text=def-,evaluate,-(self%2C%20output%2C%20batch), it seems that the metric PSNR is calculated on the whole image, while the metric SSIM is calculated on the cropped image.

Hello!

I used the evaluation code from the original Neural Body. But you can modify the code for PSNR similar to the SSIM calculation code if you want to calculate the score on the cropped region.