-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jobs with multiple output files do not have proper naming with batch inputs #1190
Comments
What do you think should be the expected naming practice for this? |
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. |
Okay. I'll check and fix it. |
Some notes for myself: |
I believe naming of output files is handled here Rodan/rodan-main/code/rodan/jobs/core.py Line 247 in e5f620d
However, I cannot print out file names etc using
I did get it working when it is placed right below the class but not from the if statement for mode 0 and 1. |
Just took another look at
Mode 1:
However, none of the directory structures are reflected on the resources page. We need to check (1) is this is really used by Rodan and (2) how is this show up with Rodan client. |
I was able to find out how to modify names for output resources. However, I discovered that our resource names are managed poorly. Sometimes the output resource is named after the job name, and sometimes it uses the same name as the input resource specified by the user. I thought about this and realize that it is indeed a tricky thing to do, because we can easily run into the following scenarios:
And with batch feeding inputs, it can be further complicated. |
See #1221.
|
This issue was a duplicate, so I closed it: #729 |
This is fixed (or achieved in Resource Distributor) |
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).
The text was updated successfully, but these errors were encountered: