I tried to run the GUI using the demo setup, and this failed with:
findblinkframes cannot come after stripanalysis.
06-Nov-2023 15:34:29: ERROR: Pipeline is invalid for _calib. Moving onto next file.
I do not have a stripanalysis item before findblinkframes, findblinkframes is the first thing in the pipeline. Stepping through the code, it turns out the problem is that the path to ReVAS (or the video i am processing, dunno which) contains the folder retinal_strip_analysis, which somehow triggers this first element to be added. I commented out some code and things are ok now, but this seems kinda crazy?
I tried to run the GUI using the demo setup, and this failed with:
I do not have a stripanalysis item before findblinkframes, findblinkframes is the first thing in the pipeline. Stepping through the code, it turns out the problem is that the path to ReVAS (or the video i am processing, dunno which) contains the folder
retinal_strip_analysis, which somehow triggers this first element to be added. I commented out some code and things are ok now, but this seems kinda crazy?