Try to use it but i issue a bug (open an issue in git but posting it here too ^^)
I'm trying to use the test_Vid4_REDS4_with_GT.py script with a foder containing 98 png files (named from 00000001.png to 00000099.png).
The png resolution is 320*240.
when i use the script i got this error:
File "test_Vid4_REDS4_with_GT.py", line 276, in <module>
main()
File "test_Vid4_REDS4_with_GT.py", line 217, in main
GT = np.copy(img_GT_l[img_idx])
IndexError: list index out of range
And when i look at result i can see it have processed the first png file but not the others
Thanks for helping ^^