Hello,
I am trying to set up a
Sequence file batch where I need to open another image at each iteration. This other file is of the type
/path/to/filename_groundtruth.png (given
/path/to/filename.png is the main image).
I've figured I have to use the
Append file path block and use its output in a
File to sequence block. Unfortunately, instead of outputting
/path/to/filename_groundtruth.png, I only get
filename_groundtruth.png as an output, resulting in an error when trying to open the file.
I thought about launching icy within my images folder but it is apparently impossible:
~$ /opt/icy/icy.sh
Error: Unable to access jarfile updater.jar
I also thought about using
Text and
Append Text blocks to restore the full path, which almost works, but the
File to sequence block doesn't accept "text" as an input.
Should I proceed differently?
Is there a workaround for my problem?
Thanks!