DDMAL / Rodan

:dragon_face: A web-based workflow engine.
https://rodan2.simssa.ca/
46 stars 13 forks source link

jobs with multiple output files do not have proper naming with batch inputs #1190

Open kyrieb-ekat opened 1 month ago

kyrieb-ekat commented 1 month ago

When you're processing a lot of images through the classifying job, the layers it separates and outputs won't be renamed "job name - Layer X" etc, as it does when you process single images. This makes sifting through and renaming relevant layers somewhat problematic if you need to search and use specific layers for another job, etc. Examples attached below (Image 1, multiple images with layers separated, image 2 a single image with layers separated and successfully renamed).

Screenshot 2024-07-15 at 9 51 21 AM Screenshot 2024-07-15 at 9 51 50 AM

homework36 commented 1 month ago

What do you think should be the expected naming practice for this?

kyrieb-ekat commented 1 month ago

Probably would just need to do what it does for the single upload (the BaRa3 example), where it just puts the file name at the front of "Fast Pixelwise... - Layer X", unless you think abridging it might be more helpful/useful.

homework36 commented 1 month ago

Okay. I'll check and fix it. It's not a problem within classifying. All jobs have this same behavior.