Skip to content
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

We cannot change the number of layers if an input layer is provided #259

Open
fjcastellanos opened this issue Jun 28, 2022 · 3 comments
Open
Assignees

Comments

@fjcastellanos
Copy link

When the Pixel job receives two inputs (the original image and a layer), the program does not show any option to add or delete layers, and automatically it puts the layers that it needs according to the input layers. We should have the option to modify the number of layers.

In the tutorial of Pixel, I can see two buttons to add and delete layers, but in the current version, they are not in the interface. So, we do not have option to modify the layers.

@PythonSemicolon
Copy link

@martha-thomae is this a feature we still want? My understanding from your tutorial was that we specify the number of layers when creating the inputs to the Rodan job. When no layers are specified, the user is prompted for a number of layers once, but that number cannot be changed afterwards.

@PythonSemicolon PythonSemicolon self-assigned this May 24, 2023
@martha-thomae
Copy link

Is this a feature we still want?

I think we don't need this anymore.

My understanding from your tutorial was that we specify the number of layers when creating the inputs to the Rodan job.

Yes, that is correct.

When no layers are specified, the user is prompted for a number of layers once, but that number cannot be changed afterwards.

That is also correct.

But regarding the other thing Paco is saying:

In the tutorial of Pixel, I can see two buttons to add and delete layers, but in the current version, they are not in the interface. So, we do not have option to modify the layers.

We would need to take this out of the tutorial, as it confuses people. This was for the stand-alone pixel, where you can actually add the layers one by one (because in the stand-alone pixel, there is no rodan job where you specify the number of input ports).

@martha-thomae
Copy link

We also need to add something about the selected region layer in the tutorial. Because, if I remember correctly, there is no information about it (because the stand-alone pixel doesn't have this).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants