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

WIP - Instance Segmentation Experiments #187

Merged
merged 10 commits into from
Dec 20, 2023

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    35332a2 View commit details
    Browse the repository at this point in the history
  2. Fix sam finetuned model ini

    anwai98 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1821207 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Add freezing encoder in UNETR

    anwai98 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    56253c2 View commit details
    Browse the repository at this point in the history
  2. Update inference

    anwai98 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    16612e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Restore unetr

    anwai98 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c6bc2db View commit details
    Browse the repository at this point in the history
  2. Restore unetr2

    anwai98 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8779e79 View commit details
    Browse the repository at this point in the history
  3. Update freezing unetr

    anwai98 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    741366f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. UNETR - Make skip connections optional (#9)

    Update UNETR model to optionally use skip connections or not
    anwai98 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    41bab4a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Add encoder flexibility in UNETR (#10)

    * Update distance transform (#11 - Getting instance segmentations from the distance transform)
    
    * Making the encoder argument flexible (to either pytorch modules or model name as str)
    anwai98 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7f06c97 View commit details
    Browse the repository at this point in the history
  2. Fix checkpoint path argument

    anwai98 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8c6648f View commit details
    Browse the repository at this point in the history