This PR adds the ability to retrieve segmentation results and populates job parameters based on model parameters and currently selected data.
To test this without a segmentation model, but functional jobs (e.g. using the sleep command instead of an actual train command):
Annotate a selected data set and hit Train. This will save a mask. Note down the mask_uri (printed in the notification)
Additionally, note down the flow uid of the first child flow of the training flow (see Details of the flow in the Prefect UI)
Create a copy of the mask into a container under SEG_TILED_API
The process for testing the inference retrieval is similar, but requires a data set of the same size as the original data. See example/copy_mask_as_result.py
This PR adds the ability to retrieve segmentation results and populates job parameters based on model parameters and currently selected data.
To test this without a segmentation model, but functional jobs (e.g. using the sleep command instead of an actual train command):
Train
. This will save a mask. Note down themask_uri
(printed in the notification)SEG_TILED_API
The process for testing the inference retrieval is similar, but requires a data set of the same size as the original data. See
example/copy_mask_as_result.py