-
Notifications
You must be signed in to change notification settings - Fork 24
Evaluation Procedure #16
Description
Firstly, your research has been incredibly insightful, and I am truly grateful for the knowledge and inspiration the VideoINR paper has provided.
I recently had the opportunity to explore the code implementation accompanying your paper.
While I found it to be a valuable resource, there is one aspect that I believe requires further clarification and improvement.
Specifically, I noticed a lack of guidance regarding the evaluation metrics, PSNR and SSIM.
Additionally, I encountered a scenario where the video sequences in Adobe and GoPro contained varying numbers of scenes.
In such cases, I was uncertain whether the averaging of performance metrics was conducted at the level of the entire scene or if individual scene averages were computed before obtaining an overall average.
If you could kindly shed some light on this matter, it would significantly enhance our understanding and enable us to effectively evaluate the performance of the Video INR method.
I am also curious if you utilized commonly used libraries such as skimage or cv2 for measuring PSNR and SSIM.
Moreover, I am wondering if it would be possible for you to share the evaluation code used in your research.
Having access to the actual code would immensely help in understanding the implementation details.
Thank you!