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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    a8cf70a View commit details
    Browse the repository at this point in the history
  2. Remove unused stores

    Wiebke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    192e900 View commit details
    Browse the repository at this point in the history
  3. Adapt result retrieval to store element

    from the previously used dropdown that was populated by name match
    Wiebke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6304ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bb83a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dd2ee4 View commit details
    Browse the repository at this point in the history
  6. Assemble parameters for training job

    Includes some better error handling for mask export and parameter retrieval
    Wiebke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2525f4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d92b046 View commit details
    Browse the repository at this point in the history
  8. Add parameters to inference

    Wiebke committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8f3400e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6987c5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b960e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46d5c3f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b6fe3bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bce4bcd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    5696eef View commit details
    Browse the repository at this point in the history
  2. 🐛 Always check subflows for results

    In case of training, we find initial partial results under the flow id of the first child.
    In case of inference, we find final fully segmented results under the flow id of the second child
    Wiebke committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8b53e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a27b6cd View commit details
    Browse the repository at this point in the history
  4. Add conda Prefect flows

    Wiebke committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cc5c004 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13a9951 View commit details
    Browse the repository at this point in the history
  6. Add missing network parameter

    Wiebke committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    aaff3de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b91f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    cc02a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b06cc5 View commit details
    Browse the repository at this point in the history
  3. 🐛 Test if shapes exist before editing them

    Switching to pan-and-zoom gave a key error for `shapes` when no annotation had been added yet
    Wiebke committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    affc0c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    b7d5f2f View commit details
    Browse the repository at this point in the history