DDMAL / pixel_wrapper

Rodan Pixel.js Wrapper
Other
0 stars 1 forks source link

Add (Optional) Output Layer Ports #85

Closed martha-thomae closed 1 year ago

martha-thomae commented 1 year ago

Add optional output ports for the individual layers of pixel.

The current way in which pixel works is it has one output port for the zip folder containing the layers which are then used for training the Paco's Method. However, the output of pixel is not only useful for training, but also for correcting the results of layer classification. In the latter case, we would like to use each of the individual layers and pass them to the different branches of the workflow that process music symbols, staff lines, and text separately. Currently, to do this, one will have to download the zip file, unzip it, and then upload the individual layers back into Rodan. Therefore, it would be useful to have optional output ports for each of the layers.

martha-thomae commented 1 year ago

@timothydereuse, could we consider this relatively high priority?

martha-thomae commented 1 year ago

Thanks, @softcat477. When can I test this in staging?