I got PSNR via VQMT, then I found some 'inf' values in the calculated csv file which I understood it means the frame in the decoded sequence is identical to the original video frame. There are also some values like 111.29. My question here is that what is the max value for PSNR before inf? because it seems 111.29 is a very high value but they are not the same! why do I have these big values?
At the end of CSV file (contains PSNR for all frames) the average PSNR is written 'inf'. My question is that how should I get the average PSNR? should I ignore the inf frames and getting the average for the rest? it is not very accure in my mind! or I should, for example, replace inf with something like 111.229 and then getting average with it?
My question here is I understand 111.229 could be the max threshold when the two frames are identical, but I can't find any reference for it, if this is right do you know any reference for it?