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

Retrieve segmentation results and populate job parameters #178

Merged
merged 24 commits into from
Mar 11, 2024

Conversation

Wiebke
Copy link
Member

@Wiebke Wiebke commented Mar 8, 2024

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):

  1. Annotate a selected data set and hit Train. This will save a mask. Note down the mask_uri (printed in the notification)
  2. Additionally, note down the flow uid of the first child flow of the training flow (see Details of the flow in the Prefect UI)
  3. 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

@Wiebke Wiebke requested a review from taxe10 March 8, 2024 23:46
@Wiebke Wiebke merged commit e94fefc into mlexchange:main Mar 11, 2024
2 checks passed
@Wiebke
Copy link
Member Author

Wiebke commented Mar 27, 2024

Closes #175.

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

Successfully merging this pull request may close these issues.

1 participant