rpg_timelens
rpg_timelens copied to clipboard
How to directly evaluate the code with the provided metrics?
Hello! Thank you for publishing your work, it's super interesting!
I'm trying to evaluate it using the script provided with the HS-ERGB dataset. As stated in the paper, the evaluation is by dropping some frames from the ground truth sequence, and evaluating the PSNR only on these (dropped) frames.
I was wondering if that is directly doable using this code (with some configuration of skip and insert), or I should modify it by generating several ground truth sequences (dropping some frames) and just use insert to replicate the ones in the paper? Also, if I drop these frames, should I drop the events as well?
Thank you!