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

fixes/features after BraTS2023 #490

Merged
merged 9 commits into from
Sep 26, 2023
Merged

fixes/features after BraTS2023 #490

merged 9 commits into from
Sep 26, 2023

Commits on Aug 25, 2023

  1. Use sha256 for hashing (#481)

    * use sha256 instead of sha1 for hashing
    
    * update integration tests with new hashes
    
    * update test entities max name length to 64
    
    * fix failing unittests
    
    * fix linter issues
    hasan7n authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5c04e73 View commit details
    Browse the repository at this point in the history
  2. Inspect image hash from file (#482)

    * update mlcube version
    
    * read hash from file instead of parsing stdout
    
    * fix tests
    
    * remove unusedimport
    hasan7n authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a9dface View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. fix bug in data prep

    hasan7n committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5e611d4 View commit details
    Browse the repository at this point in the history
  2. add BraTS2023 dummy model

    hasan7n committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    4e4cc54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c347c9b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Persist Predictions Storage (#483)

    * store predictions always and even if model fails
    
    * fix/add unittests
    
    * add integration tests
    
    * fix linter issues
    hasan7n authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    14a609d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Bugfix: Unpacking additional files fails

    This fix creates the parent folder before renaming
    the temporary additional files folder
    hasan7n committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f7cd27d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 7, 2023

  1. add synthesis metrics MLCube

    hasan7n committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    db89eb2 View commit details
    Browse the repository at this point in the history